Skip to content

Commit a631ded

Browse files
micedreavouacr
andauthored
Rearrange command execution so that permissions on /opt/python are good (#326)
* Remove duplicate jupyter lab clean command Removed redundant 'jupyter lab clean' command from Dockerfile. * remove useless linebreak --------- Co-authored-by: Romain Avouac <43444134+avouacr@users.noreply.github.com>
1 parent b6408a6 commit a631ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ RUN /opt/install-jupyterlab.sh && \
2020
fi && \
2121
# Generate jupyter server config
2222
jupyter server --generate-config && \
23+
jupyter lab clean && \
2324
# Fix user permissions
2425
/opt/fix-user-permissions.sh && \
2526
# Clean
26-
/opt/clean.sh && \
27-
jupyter lab clean
27+
/opt/clean.sh
2828

2929
USER 1000
3030

0 commit comments

Comments
 (0)