Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add 'IJulia' package
  • Loading branch information
east-winds authored Nov 2, 2023
1 parent c381962 commit a8bc46f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ RUN chmod 1777 /opt/julia/logs
# Note the line-continuation backslash ("\") at the end of each line so that
# all packages are installed in one Julia invocation.
RUN julia -e 'using Pkg; Pkg.add("CSV"); Pkg.add("DataFrames"); \
Pkg.add("FileIO"); Pkg.add("Gurobi"); \
Pkg.add("FileIO"); Pkg.add("Clp"); \
Pkg.add("HiGHS"); Pkg.add("JuMP"); Pkg.add("Plots"); \
Pkg.add("PrettyTables"); Pkg.add("Random"); \
Pkg.add("Statistics"); Pkg.add("VegaLite"); \
Pkg.add("IJulia"); \
Pkg.instantiate();'

# Override command to disable running jupyter notebook at launch
Expand Down

0 comments on commit a8bc46f

Please sign in to comment.