mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 20:42:57 +00:00
Merge pull request #750 from xuwaters/master
fix: #749; datascience-notebook: for julia 1.0, JULIA_PKGDIR is repla…
This commit is contained in:
@@ -22,6 +22,7 @@ RUN apt-get update && \
|
||||
|
||||
# Julia dependencies
|
||||
# install Julia packages in /opt/julia instead of $HOME
|
||||
ENV JULIA_DEPOT_PATH=/opt/julia
|
||||
ENV JULIA_PKGDIR=/opt/julia
|
||||
ENV JULIA_VERSION=1.0.0
|
||||
|
||||
|
Reference in New Issue
Block a user