From 60aa6590ac8f8bffa2a5e9fe0c48cfa0230ebc52 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Tue, 15 Nov 2022 21:52:48 -0500 Subject: [PATCH] Remove debugging statement --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cdf4ef2ec..7b2171191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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