Spaces:
Running
Running
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
|