Skip to content

Commit

Permalink
remove extraneous package
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Oct 6, 2023
1 parent 33d0028 commit 39f6a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ ENV JULIA_DEPOT_PATH=/opt/julia JULIA_PKGDIR=/opt/julia
RUN chmod 1777 /opt/julia/logs

# Add packages (and force compilation if not already done)
# 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("GSEE"); Pkg.add("Gurobi"); \
Pkg.add("FileIO"); Pkg.add("Gurobi"); \
Pkg.add("HiGHS"); Pkg.add("JuMP"); Pkg.add("Plots"); \
Pkg.add("PrettyTables"); Pkg.add("Random"); \
Pkg.add("Statistics"); Pkg.add("VegaLite"); \
Expand Down

0 comments on commit 39f6a28

Please sign in to comment.