added new packages
This commit is contained in:
		@@ -26,11 +26,19 @@ RUN pip install --no-cache-dir jupyter-tabnine==1.1.0  --user && \
 | 
				
			|||||||
  jupyter serverextension enable --py jupyter_tabnine --user
 | 
					  jupyter serverextension enable --py jupyter_tabnine --user
 | 
				
			||||||
RUN pip install --no-cache-dir jupyter_contrib_nbextensions \
 | 
					RUN pip install --no-cache-dir jupyter_contrib_nbextensions \
 | 
				
			||||||
  jupyter_nbextensions_configurator rise
 | 
					  jupyter_nbextensions_configurator rise
 | 
				
			||||||
#  jupyter nbextension enable codefolding/main
 | 
					
 | 
				
			||||||
RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker
 | 
					RUN pip install jupyterlab-git && \
 | 
				
			||||||
#RUN conda install -c anaconda caffe-gpu
 | 
					    pip install black && \
 | 
				
			||||||
 | 
					    jupyter nbextension install https://github.com/drillan/jupyter-black/archive/master.zip --user && \
 | 
				
			||||||
 | 
					    jupyter nbextension enable jupyter-black-master/jupyter-black
 | 
				
			||||||
 | 
					RUN pip install lckr-jupyterlab-variableinspector
 | 
				
			||||||
 | 
					RUN jupyter labextension install @jupyterlab/toc
 | 
				
			||||||
 | 
					RUN jupyter labextension install jupyterlab_voyager
 | 
				
			||||||
RUN conda install -c conda-forge theano
 | 
					RUN conda install -c conda-forge theano
 | 
				
			||||||
RUN conda install -c conda-forge gym
 | 
					RUN conda install -c conda-forge gym
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#  jupyter nbextension enable codefolding/main
 | 
				
			||||||
 | 
					RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker
 | 
				
			||||||
#RUN pip install --no-cache-dir nupic
 | 
					#RUN pip install --no-cache-dir nupic
 | 
				
			||||||
RUN fix-permissions /home/$NB_USER
 | 
					RUN fix-permissions /home/$NB_USER
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user