Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
5921e9c
1
Parent(s):
d7841a4
Don't install editable version of docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN pip3 install --no-cache-dir -r /pysr/requirements.txt
|
|
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
|
30 |
|
31 |
# Install Julia pre-requisites:
|
32 |
RUN python3 -c 'import pysr'
|
|
|
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 .
|
30 |
|
31 |
# Install Julia pre-requisites:
|
32 |
RUN python3 -c 'import pysr'
|