MilesCranmer commited on
Commit
60aa659
1 Parent(s): f2140e8

Remove debugging statement

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -37,8 +37,7 @@ RUN export JULIA_VER=$(echo $JLVERSION | cut -d '.' -f -2) && \
37
  tar -xzf julia.tar.gz && \
38
  rm julia.tar.gz && \
39
  mv julia-$JLVERSION /opt/julia && \
40
- ln -s /opt/julia/bin/julia /usr/local/bin/julia && \
41
- echo "HELLo"
42
 
43
  # Install IPython and other useful libraries:
44
  RUN pip install ipython matplotlib
 
37
  tar -xzf julia.tar.gz && \
38
  rm julia.tar.gz && \
39
  mv julia-$JLVERSION /opt/julia && \
40
+ ln -s /opt/julia/bin/julia /usr/local/bin/julia
 
41
 
42
  # Install IPython and other useful libraries:
43
  RUN pip install ipython matplotlib