MilesCranmer commited on
Commit
f333659
1 Parent(s): 877c539

Add missing juliapkg.json to dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ RUN pip3 install --no-cache-dir -r /pysr/requirements.txt
25
  # We do a minimal copy so it doesn't need to rerun at every file change:
26
  ADD ./pyproject.toml /pysr/pyproject.toml
27
  ADD ./setup.py /pysr/setup.py
 
28
  ADD ./pysr /pysr/pysr
29
  RUN pip3 install --no-cache-dir -e .
30
 
 
25
  # We do a minimal copy so it doesn't need to rerun at every file change:
26
  ADD ./pyproject.toml /pysr/pyproject.toml
27
  ADD ./setup.py /pysr/setup.py
28
+ ADD ./juliapkg.json /pysr/juliapkg.json
29
  ADD ./pysr /pysr/pysr
30
  RUN pip3 install --no-cache-dir -e .
31