mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #1121 from brandles/update-dockerfile
Updated Dockerfile for widgetsnbextension
This commit is contained in:
commit
d62bdf4774
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user