LudwigO commited on
Commit
cdc7bb5
·
1 Parent(s): d276dac

chemprop git clone abs path

Browse files
Files changed (1) hide show
  1. 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*