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 e8e114c commit 6ca58d3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,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;'

# Override command to disable running jupyter notebook at launch
# CMD ["/bin/bash"]

0 comments on commit 6ca58d3

Please sign in to comment.