remove nupic because python 2.7

This commit is contained in:
Shaquille Soekhlal 2021-02-02 08:51:48 +01:00
parent 4c6390efa2
commit 6f9a348507

View File

@ -31,7 +31,7 @@ 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 --no-cache-dir nupic
#RUN pip install --no-cache-dir nupic
RUN fix-permissions /home/$NB_USER
# Switch back to jovyan to avoid accidental container runs as root