We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57684c commit c863814Copy full SHA for c863814
Dockerfile
@@ -102,7 +102,6 @@ RUN pip install jupytext --upgrade
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 && \
0 commit comments