Add missing file

This commit is contained in:
Ayaz Salikhov
2023-07-28 23:31:27 +04:00
parent 4a6057f58f
commit f14658e28f

View File

@@ -0,0 +1,8 @@
FROM jupyter/base-notebook:notebook-6.5.4
RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \
jupyter contrib nbextension install --user && \
# can modify or enable additional extensions here
jupyter nbclassic-extension enable spellchecker/main --user && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"