changed the sys-prefix

This commit is contained in:
Naveen Marri
2017-09-08 22:27:25 -04:00
parent 3b9135df57
commit 6bbf0939a0

View File

@@ -50,7 +50,7 @@ RUN conda install --quiet --yes \
RUN git clone https://github.com/PAIR-code/facets.git RUN git clone https://github.com/PAIR-code/facets.git
WORKDIR facets WORKDIR facets
RUN jupyter nbextension install --py facets-dist/ --sys-prefix RUN jupyter nbextension install facets-dist/ --sys-prefix
# Import matplotlib the first time to build the font cache. # Import matplotlib the first time to build the font cache.
ENV XDG_CACHE_HOME /home/$NB_USER/.cache/ ENV XDG_CACHE_HOME /home/$NB_USER/.cache/