Some fixes for Jupyter Notebook 7 (#1944)

* Some fixes for Jupyter Notebook 7

* Fix jupyter nbextension

* Remove explicit port setting
This commit is contained in:
Ayaz Salikhov
2023-07-25 12:51:17 +04:00
committed by GitHub
parent ca6272c2be
commit b8d617dc05
3 changed files with 5 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ RUN mamba install --yes \
# Install facets which does not have a pip or conda package at the moment
WORKDIR /tmp
RUN git clone https://github.com/PAIR-code/facets.git && \
jupyter nbextension install facets/facets-dist/ --sys-prefix && \
jupyter nbclassic-extension install facets/facets-dist/ --sys-prefix && \
rm -rf /tmp/facets && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"