Skip to content

Commit 077a289

Browse files
committed
dir must exist first
1 parent ec2110d commit 077a289

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

images/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ FROM ghcr.io/rocker-org/ml-spatial
44
COPY continue/config.json /opt/share/continue/config.json
55
COPY continue/config.ts /opt/share/continue/config.ts
66

7+
USER root
8+
RUN mkdir /opt/share/jupyter && chown -R jovyan:users /opt/share/jupyter
9+
USER jovyan
10+
711
COPY jupyter_ai/config.json /opt/share/jupyter/jupyter_ai/config.json
812
# COPY jupyter_ai/config_schema.json /opt/share/jupyter_ai/config_schema.json
913

10-
USER root
11-
RUN chown -R jovyan:users /opt/share
12-
USER jovyan
1314

1415
RUN install2.r rsvg nimble
1516

0 commit comments

Comments
 (0)