Skip to content

Commit c863814

Browse files
committed
Remove jlpm clean
1 parent f57684c commit c863814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ RUN pip install jupytext --upgrade
102102
# run jupyter lab build for jupyterlab-dash integration. prompted after logging in
103103
RUN jupyter lab build && \
104104
jupyter lab clean && \
105-
jlpm cache clean && \
106105
npm cache clean --force && \
107106
rm -rf $HOME/.node-gyp && \
108107
rm -rf $HOME/.local && \

0 commit comments

Comments
 (0)