mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Merge pull request #1172 from jakirkham/minor_docker_opts
Dockerfile: Add missing `--no-cache-dir` option.
This commit is contained in:
commit
d3ff8d69de
@ -82,8 +82,8 @@ 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 && \
|
||||
pip2 install --no-cache-dir widgetsnbextension && \
|
||||
pip3 install --no-cache-dir widgetsnbextension && \
|
||||
\
|
||||
npm cache clean && \
|
||||
apt-get clean && \
|
||||
|
Loading…
Reference in New Issue
Block a user