Commit fff90600 authored by Peter Parente's avatar Peter Parente

Install Toree to conda env instead of user home

parent 6399d2fa
...@@ -30,4 +30,4 @@ RUN conda config --add channels r && \ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment