We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da84bd commit 179bc8aCopy full SHA for 179bc8a
images/scipy-notebook/Dockerfile
@@ -68,14 +68,6 @@ RUN mamba install --yes \
68
fix-permissions "${CONDA_DIR}" && \
69
fix-permissions "/home/${NB_USER}"
70
71
-# Install facets package which does not have a `pip` or `conda-forge` package at the moment
72
-WORKDIR /tmp
73
-RUN git clone https://github.com/PAIR-code/facets && \
74
- jupyter nbclassic-extension install facets/facets-dist/ --sys-prefix && \
75
- rm -rf /tmp/facets && \
76
- fix-permissions "${CONDA_DIR}" && \
77
- fix-permissions "/home/${NB_USER}"
78
-
79
# Import matplotlib the first time to build the font cache
80
RUN MPLBACKEND=Agg python -c "import matplotlib.pyplot" && \
81
0 commit comments