From 6f9a348507eb7d8b42fae3b0c7ad1aedd42b8974 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Tue, 2 Feb 2021 08:51:48 +0100 Subject: [PATCH] remove nupic because python 2.7 --- src/Dockerfile.usefulpackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile.usefulpackages b/src/Dockerfile.usefulpackages index 55cf701..380e474 100644 --- a/src/Dockerfile.usefulpackages +++ b/src/Dockerfile.usefulpackages @@ -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