Spaces:
Paused
Paused
chemprop git clone abs path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -88,7 +88,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
|
|
| 88 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
| 89 |
|
| 90 |
# Pull chemprop from github
|
| 91 |
-
RUN git clone https://github.com/chemprop/chemprop.git /chemprop
|
| 92 |
|
| 93 |
# build an empty conda environment with appropriate Python version
|
| 94 |
RUN conda create --name chemprop_env python=3.11*
|
|
|
|
| 88 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
| 89 |
|
| 90 |
# Pull chemprop from github
|
| 91 |
+
RUN git clone https://github.com/chemprop/chemprop.git $HOME/app/chemprop
|
| 92 |
|
| 93 |
# build an empty conda environment with appropriate Python version
|
| 94 |
RUN conda create --name chemprop_env python=3.11*
|