mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
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:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user