From 64b05ca117f2dd576327e774a8eb390429fc23c4 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sun, 25 Jun 2017 12:53:58 -0400 Subject: [PATCH] Update spylon-kernel to 0.4.x --- all-spark-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-spark-notebook/Dockerfile b/all-spark-notebook/Dockerfile index 73c88f5a..eafee9cd 100644 --- a/all-spark-notebook/Dockerfile +++ b/all-spark-notebook/Dockerfile @@ -32,6 +32,6 @@ RUN pip --no-cache-dir install https://dist.apache.org/repos/dist/dev/incubator/ RUN jupyter toree install --sys-prefix # Spylon-kernel -RUN conda install --quiet --yes 'spylon-kernel=0.2*' && \ +RUN conda install --quiet --yes 'spylon-kernel=0.4*' && \ conda clean -tipsy RUN python -m spylon_kernel install --sys-prefix