Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 16, 2022
1 parent f2140e8 commit 60aa659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ RUN export JULIA_VER=$(echo $JLVERSION | cut -d '.' -f -2) && \
tar -xzf julia.tar.gz && \
rm julia.tar.gz && \
mv julia-$JLVERSION /opt/julia && \
ln -s /opt/julia/bin/julia /usr/local/bin/julia && \
echo "HELLo"
ln -s /opt/julia/bin/julia /usr/local/bin/julia

# Install IPython and other useful libraries:
RUN pip install ipython matplotlib
Expand Down

0 comments on commit 60aa659

Please sign in to comment.