LudwigO commited on
Commit
87a952e
·
1 Parent(s): 494128b

chemprop path in dockerfile

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 ./chemprop /data/chemprop
100
  ADD LICENSE.txt pyproject.toml README.md ./
101
  RUN conda install pytorch cpuonly -c pytorch && \
102
  conda clean --all --yes && \