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

add chemprop abs path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -96,7 +96,7 @@ RUN conda create --name chemprop_env python=3.11*
96
  SHELL ["conda", "run", "--no-capture-output", "-n", "chemprop_env", "/bin/bash", "-c"]
97
 
98
  # Follow the installation instructions then clear the cache
99
- ADD /chemprop /data/chemprop
100
  ADD LICENSE.txt pyproject.toml README.md ./
101
  RUN conda install pytorch cpuonly -c pytorch && \
102
  conda clean --all --yes && \
 
96
  SHELL ["conda", "run", "--no-capture-output", "-n", "chemprop_env", "/bin/bash", "-c"]
97
 
98
  # Follow the installation instructions then clear the cache
99
+ ADD $HOME/app/chemprop /data/chemprop
100
  ADD LICENSE.txt pyproject.toml README.md ./
101
  RUN conda install pytorch cpuonly -c pytorch && \
102
  conda clean --all --yes && \