You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[^1]: The only exception is the use case described at [Jupyter Docker Stacks > Quick Start > Example 2](https://github.com/jupyter/docker-stacks#quick-start).
[^1]: The only exception is the use case described at [Jupyter Docker Stacks > Quick Start > Example 2](https://github.com/jupyter/docker-stacks#quick-start).
134
+
131
135
self built:
132
136
133
137
```bash
134
138
docker run -it --rm \
135
139
-p 8888:8888 \
136
140
-u root \
137
-
-v "${PWD}":/home/jovyan \
141
+
-v "${PWD}/jupyterlab-jovyan":/home/jovyan \
138
142
-e NB_UID=$(id -u) \
139
143
-e NB_GID=$(id -g) \
140
144
-e CHOWN_HOME=yes \
@@ -148,7 +152,7 @@ from the project's GitLab Container Registries:
0 commit comments