Spaces:
Sleeping
Sleeping
Fix path issue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +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 |
-
|
27 |
# Install Julia dependencies
|
28 |
RUN python -c "import pysr"
|
29 |
|
|
|
23 |
|
24 |
# Install Julia:
|
25 |
RUN curl -fsSL https://install.julialang.org | sh -s -- -y --default-channel=1.10.0
|
26 |
+
ENV PYTHON_JULIACALL_BINDIR="/root/.julia/bin"
|
27 |
# Install Julia dependencies
|
28 |
RUN python -c "import pysr"
|
29 |
|