From ec73c29a20159a5e042e9baf01ec162b55ad9a13 Mon Sep 17 00:00:00 2001 From: Marius van Niekerk Date: Sat, 7 Apr 2018 07:34:01 +0200 Subject: [PATCH] update all-spark to toree 0.2.0rc4 --- 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 670d17f2..39cc03cb 100644 --- a/all-spark-notebook/Dockerfile +++ b/all-spark-notebook/Dockerfile @@ -34,7 +34,7 @@ RUN conda install --quiet --yes \ # Apache Toree kernel RUN pip install --no-cache-dir \ - https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0-incubating-rc3/toree-pip/toree-0.2.0.tar.gz \ + https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0-incubating-rc4/toree-pip/toree-0.2.0.tar.gz \ && \ jupyter toree install --sys-prefix && \ rm -rf /home/$NB_USER/.local && \