Merge pull request #3 from ahmetcetin/patch-2

added fix permission after tabnine installation.
This commit is contained in:
Chris 2020-01-24 08:40:49 +01:00 committed by GitHub
commit e8f6c60ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,6 +449,7 @@ RUN pip install --no-cache-dir jupyter-tabnine==1.0.2 && \
jupyter nbextension install --py jupyter_tabnine && \
jupyter nbextension enable --py jupyter_tabnine && \
jupyter serverextension enable --py jupyter_tabnine
RUN fix-permissions $CONDA_DIR
RUN conda install -c conda-forge jupyter_contrib_nbextensions && \
conda install -c conda-forge jupyter_nbextensions_configurator && \
jupyter nbextension enable codefolding/main