Commit a6fc0cfb authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #750 from xuwaters/master

fix: #749; datascience-notebook: for julia 1.0, JULIA_PKGDIR is repla…
parents 61d8aaed 8d0684f0
...@@ -22,6 +22,7 @@ RUN apt-get update && \ ...@@ -22,6 +22,7 @@ RUN apt-get update && \
# Julia dependencies # Julia dependencies
# install Julia packages in /opt/julia instead of $HOME # install Julia packages in /opt/julia instead of $HOME
ENV JULIA_DEPOT_PATH=/opt/julia
ENV JULIA_PKGDIR=/opt/julia ENV JULIA_PKGDIR=/opt/julia
ENV JULIA_VERSION=1.0.0 ENV JULIA_VERSION=1.0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment