mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 06:22:56 +00:00
Install Toree to conda env instead of user home
This commit is contained in:
@@ -30,4 +30,4 @@ RUN conda config --add channels r && \
|
|||||||
|
|
||||||
# Apache Toree kernel
|
# Apache Toree kernel
|
||||||
RUN pip --no-cache-dir install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
|
RUN pip --no-cache-dir install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
|
||||||
RUN jupyter toree install --user
|
RUN jupyter toree install --sys-prefix
|
||||||
|
Reference in New Issue
Block a user