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 8e66beb commit ed4676a
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 @@ -22,7 +22,7 @@ RUN apt-get upgrade && \
USER jovyan

# Configure default Julia package environment
ENV JULIA_DEPOT_PATH=~/.julia:/opt/julia JULIA_PKGDIR=/opt/julia
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)
Expand All @@ -39,6 +39,7 @@ RUN julia -e 'using Pkg; Pkg.add("CSV"); Pkg.add("DataFrames"); \
# using Plots;'

RUN chmod -R o+w /opt/julia
ENV JULIA_DEPOT_PATH=~/.julia:/opt/julia

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

0 comments on commit ed4676a

Please sign in to comment.