-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
type:EnhancementA proposed enhancement to the docker imagesA proposed enhancement to the docker imagestype:MaintenanceA proposed enhancement to how we maintain this projectA proposed enhancement to how we maintain this project
Description
Is using jupyter lab clean
something that makes sense to utilize?
I recall seeing it used like RUN jupyter lab build && jupyter lab clean
in a Dockerfile.
It sais by using the --help
flag of the clean command that...
This will clean the app directory by removing the staging and static directories.
And I also notice how there are statements like the following to be found in the docker-stacks:
docker-stacks/scipy-notebook/Dockerfile
Line 57 in 610bb8b
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ |
parente
Metadata
Metadata
Assignees
Labels
type:EnhancementA proposed enhancement to the docker imagesA proposed enhancement to the docker imagestype:MaintenanceA proposed enhancement to how we maintain this projectA proposed enhancement to how we maintain this project