Update Dockerfile
added fix permission after tabnine installation
This commit is contained in:
		@@ -449,6 +449,7 @@ RUN pip install --no-cache-dir jupyter-tabnine==1.0.2  && \
 | 
				
			|||||||
  jupyter nbextension install --py jupyter_tabnine && \
 | 
					  jupyter nbextension install --py jupyter_tabnine && \
 | 
				
			||||||
  jupyter nbextension enable --py jupyter_tabnine && \
 | 
					  jupyter nbextension enable --py jupyter_tabnine && \
 | 
				
			||||||
  jupyter serverextension enable --py jupyter_tabnine
 | 
					  jupyter serverextension enable --py jupyter_tabnine
 | 
				
			||||||
 | 
					RUN fix-permissions $CONDA_DIR
 | 
				
			||||||
RUN conda install -c conda-forge jupyter_contrib_nbextensions && \
 | 
					RUN conda install -c conda-forge jupyter_contrib_nbextensions && \
 | 
				
			||||||
  conda install -c conda-forge jupyter_nbextensions_configurator && \
 | 
					  conda install -c conda-forge jupyter_nbextensions_configurator && \
 | 
				
			||||||
  jupyter nbextension enable codefolding/main
 | 
					  jupyter nbextension enable codefolding/main
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user