Merge pull request #1121 from brandles/update-dockerfile

Updated Dockerfile for widgetsnbextension
This commit is contained in:
Min RK 2016-02-24 09:59:05 +01:00
commit d62bdf4774

View File

@ -79,6 +79,7 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq $BUILD_DEPS && \
\
pip3 install --no-cache-dir /usr/src/jupyter-notebook && \
pip2 install widgetsnbextension && \
pip3 install widgetsnbextension && \
\
npm cache clean && \