We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389f751 commit 5e50448Copy full SHA for 5e50448
images/Dockerfile
@@ -6,7 +6,7 @@ COPY continue/config.ts /opt/share/continue/config.ts
6
7
COPY jupyter_ai/config.json /opt/share/jupyter/jupyter_ai/config.json
8
# COPY jupyter_ai/config_schema.json /opt/share/jupyter_ai/config_schema.json
9
-RUN chmod -R jovyan:users /opt/share
+RUN chown -R jovyan:users /opt/share
10
11
RUN install2.r rsvg nimble
12
0 commit comments