We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f0574 commit f57684cCopy full SHA for f57684c
Dockerfile
@@ -101,6 +101,11 @@ RUN pip install jupytext --upgrade
101
102
# run jupyter lab build for jupyterlab-dash integration. prompted after logging in
103
RUN jupyter lab build && \
104
+ jupyter lab clean && \
105
+ jlpm cache clean && \
106
+ npm cache clean --force && \
107
+ rm -rf $HOME/.node-gyp && \
108
+ rm -rf $HOME/.local && \
109
fix-permissions $CONDA_DIR && \
110
fix-permissions /home/jovyan
111
RUN export NODE_OPTIONS=--max-old-space-size=4096
0 commit comments