Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Nov 3, 2023
1 parent 34fb23a commit d32b26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d32b26a

Please sign in to comment.