Install Toree to conda env instead of user home

This commit is contained in:
Peter Parente
2016-12-31 15:24:30 -05:00
parent 6399d2faf1
commit fff906003e

View File

@@ -30,4 +30,4 @@ RUN conda config --add channels r && \
# 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 jupyter toree install --user
RUN jupyter toree install --sys-prefix