Spaces:
Sleeping
Sleeping
Link julia to local bin
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -23,6 +23,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 23 |
|
| 24 |
# Install Julia:
|
| 25 |
RUN curl -fsSL https://install.julialang.org | sh -s -- -y --default-channel=1.10.0
|
|
|
|
| 26 |
# Install Julia dependencies
|
| 27 |
RUN python -c "import pysr"
|
| 28 |
|
|
|
|
| 23 |
|
| 24 |
# Install Julia:
|
| 25 |
RUN curl -fsSL https://install.julialang.org | sh -s -- -y --default-channel=1.10.0
|
| 26 |
+
RUN ln -s /root/.julia/bin/julia /usr/local/bin/julia
|
| 27 |
# Install Julia dependencies
|
| 28 |
RUN python -c "import pysr"
|
| 29 |
|