Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
6cedbd3
1
Parent(s):
7ef8428
Automatically reference latest PySR version
Browse files
pysr/test/incremental_install_simulator.dockerfile
CHANGED
@@ -48,5 +48,5 @@ RUN python3 -m pip install --upgrade pip
|
|
48 |
|
49 |
# Second install of PySR:
|
50 |
RUN python3 -m pip install .
|
51 |
-
RUN rm -r ~/.julia/environments/pysr
|
52 |
RUN python3 -m pysr install
|
|
|
48 |
|
49 |
# Second install of PySR:
|
50 |
RUN python3 -m pip install .
|
51 |
+
RUN rm -r ~/.julia/environments/pysr-*
|
52 |
RUN python3 -m pysr install
|