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 d32b26a commit 8e66beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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=/opt/julia JULIA_PKGDIR=/opt/julia
ENV JULIA_DEPOT_PATH=~/.julia:/opt/julia JULIA_PKGDIR=/opt/julia
RUN chmod 1777 /opt/julia/logs

# Add packages (and force compilation if not already done)
Expand Down

0 comments on commit 8e66beb

Please sign in to comment.