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 6ca58d3 commit 04f3192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN julia -e 'using Pkg; Pkg.add("CSV"); Pkg.add("DataFrames"); \
Pkg.instantiate(); \
using JuMP; \
using Plots;'

RUN chmod -R o+w /opt/julia

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

0 comments on commit 04f3192

Please sign in to comment.