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 a8bc46f commit e8e114c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ 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();'
Pkg.instantiate();
using JuMP;
using Plots;
'

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

0 comments on commit e8e114c

Please sign in to comment.