Added extra packages

This commit is contained in:
Shaquille Soekhlal 2021-02-02 07:53:36 +01:00
parent 5dfe5c091c
commit 9961a30260

View File

@ -28,7 +28,10 @@ RUN pip install --no-cache-dir jupyter_contrib_nbextensions \
jupyter_nbextensions_configurator rise
# jupyter nbextension enable codefolding/main
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
# Switch back to jovyan to avoid accidental container runs as root