Commit 3b9135df authored by Naveen Marri's avatar Naveen Marri

changed the sys-prefix

parent 5cdc8507
...@@ -50,7 +50,7 @@ RUN conda install --quiet --yes \ ...@@ -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 facets-dist/ --user RUN jupyter nbextension install --py 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/
......
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