|
|
|
|
@ -79,7 +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 && \
|
|
|
|
|
pip3 install ipywidgets && \
|
|
|
|
|
pip3 install widgetsnbextension && \
|
|
|
|
|
\
|
|
|
|
|
npm cache clean && \
|
|
|
|
|
apt-get clean && \
|
|
|
|
|
|