MilesCranmer commited on
Commit
a0ac113
·
unverified ·
1 Parent(s): 24ea219

Link julia to local bin

Browse files
Files changed (1) hide show
  1. gui/Dockerfile +1 -0
gui/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