Merge pull request #762 from lresende/toree-official-release-0.3.0

Update to official Toree 0.3.0-incubating release
This commit is contained in:
Peter Parente
2018-11-14 20:44:49 -05:00
committed by GitHub

View File

@@ -35,7 +35,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.3.0-incubating-rc1/toree-pip/toree-0.3.0.tar.gz \
https://dist.apache.org/repos/dist/release/incubator/toree/0.3.0-incubating/toree-pip/toree-0.3.0.tar.gz \
&& \
jupyter toree install --sys-prefix && \
rm -rf /home/$NB_USER/.local && \