MilesCranmer commited on
Commit
c0cb51e
1 Parent(s): a4261d1

Fix dockerfile to not include Project.toml

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -34,7 +34,6 @@ RUN pip3 install -r /pysr/requirements.txt
34
  # We do a minimal copy so it doesn't need to rerun at every file change:
35
  ADD ./setup.py /pysr/setup.py
36
  ADD ./README.md /pysr/README.md
37
- Add ./Project.toml /pysr/Project.toml
38
  ADD ./pysr/ /pysr/pysr/
39
  RUN pip3 install .
40
 
 
34
  # We do a minimal copy so it doesn't need to rerun at every file change:
35
  ADD ./setup.py /pysr/setup.py
36
  ADD ./README.md /pysr/README.md
 
37
  ADD ./pysr/ /pysr/pysr/
38
  RUN pip3 install .
39