File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
80
80
COPY --from=builder /src/web/dist/ /usr/local/lib/web/frontend/
81
81
COPY rootfs /
82
- RUN cp /etc/supervisor/conf.d/supervisord.xfce /etc/supervisor/conf.d/supervisord.conf
82
+ RUN cp /etc/supervisor/conf.d/supervisord.gnome /etc/supervisor/conf.d/supervisord.conf
83
83
RUN ln -sf /usr/local/lib/web/frontend/static/websockify /usr/local/lib/web/frontend/static/novnc/utils/websockify && \
84
84
chmod +x /usr/local/lib/web/frontend/static/websockify/run
85
85
@@ -105,5 +105,5 @@ LABEL ai.backend.kernelspec="1" \
105
105
106
106
COPY ./service-defs /etc/backend.ai/service-defs
107
107
COPY policy.yml /etc/backend.ai/jail/policy.yml
108
- COPY bootstrap_xfce .sh /opt/container/bootstrap.sh
108
+ COPY bootstrap_gnome .sh /opt/container/bootstrap.sh
109
109
WORKDIR /home/work
You can’t perform that action at this time.
0 commit comments