From d32b26a12b81947c00d1ddb1889b45c11c5b03d7 Mon Sep 17 00:00:00 2001 From: David Andersen <11966194+dtandersen@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:21:54 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a574bb..5be851e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,9 +34,9 @@ RUN julia -e 'using Pkg; Pkg.add("CSV"); Pkg.add("DataFrames"); \ Pkg.add("PrettyTables"); Pkg.add("Random"); \ Pkg.add("Statistics"); Pkg.add("VegaLite"); \ Pkg.add("IJulia"); \ - Pkg.instantiate(); \ - using JuMP; \ - using Plots;' + Pkg.instantiate();' +# using JuMP; \ +# using Plots;' RUN chmod -R o+w /opt/julia