Added extra packages
This commit is contained in:
parent
5dfe5c091c
commit
9961a30260
@ -28,7 +28,10 @@ RUN pip install --no-cache-dir jupyter_contrib_nbextensions \
|
|||||||
jupyter_nbextensions_configurator rise
|
jupyter_nbextensions_configurator rise
|
||||||
# jupyter nbextension enable codefolding/main
|
# jupyter nbextension enable codefolding/main
|
||||||
RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker
|
RUN jupyter labextension install @ijmbarr/jupyterlab_spellchecker
|
||||||
|
RUN conda install -c anaconda caffe-gpu
|
||||||
|
RUN conda install -c conda-forge theano
|
||||||
|
RUN conda install -c conda-forge gym
|
||||||
|
RUN pip install nupic
|
||||||
RUN fix-permissions /home/$NB_USER
|
RUN fix-permissions /home/$NB_USER
|
||||||
|
|
||||||
# Switch back to jovyan to avoid accidental container runs as root
|
# Switch back to jovyan to avoid accidental container runs as root
|
||||||
|
Loading…
Reference in New Issue
Block a user