Commit 8d0684f0 authored by Will's avatar Will

fix: #749; datascience-notebook: for julia 1.0, JULIA_PKGDIR is replaced with JULIA_DEPOT_PATH

parent 61d8aaed
...@@ -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