From 8d0684f046ca944d000cfffcd842fc3b741897e5 Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 5 Nov 2018 20:28:03 -0800 Subject: [PATCH] fix: #749; datascience-notebook: for julia 1.0, JULIA_PKGDIR is replaced with JULIA_DEPOT_PATH --- datascience-notebook/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index e956a45f..ea6c92c7 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -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