We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2110d commit 077a289Copy full SHA for 077a289
images/Dockerfile
@@ -4,12 +4,13 @@ FROM ghcr.io/rocker-org/ml-spatial
4
COPY continue/config.json /opt/share/continue/config.json
5
COPY continue/config.ts /opt/share/continue/config.ts
6
7
+USER root
8
+RUN mkdir /opt/share/jupyter && chown -R jovyan:users /opt/share/jupyter
9
+USER jovyan
10
+
11
COPY jupyter_ai/config.json /opt/share/jupyter/jupyter_ai/config.json
12
# COPY jupyter_ai/config_schema.json /opt/share/jupyter_ai/config_schema.json
13
-USER root
-RUN chown -R jovyan:users /opt/share
-USER jovyan
14
15
RUN install2.r rsvg nimble
16
0 commit comments