We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aca5d9 commit 0332d26Copy full SHA for 0332d26
Dockerfile
@@ -36,11 +36,9 @@ WORKDIR $FOLDER
36
COPY --chown=1000:1000 requirements.txt requirements.txt
37
RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip && pip install -r requirements.txt --prefer-binary
38
39
-USER $NB_UID
40
-COPY . .
41
-COPY --from=jsbuild --chown=$NB_UID:1000 /app webapp
+COPY --chown=jovyan:1000 . .
+COPY --from=jsbuild --chown=jovyan:1000 /app webapp
42
43
-USER root
44
45
RUN jupyter nbextension install --py --symlink --sys-prefix jupyter_geppetto
46
RUN jupyter nbextension enable --py --sys-prefix jupyter_geppetto
0 commit comments