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 e0aefba commit 353dc63Copy full SHA for 353dc63
commons/Dockerfile.base.py38-cuda11.1
@@ -415,7 +415,6 @@ RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.13.1/git-l
415
bash install.sh && \
416
rm -rf /tmp/*
417
418
-COPY ./service-defs /etc/backend.ai/service-defs
419
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.8.0/code-server-3.8.0-linux-amd64.tar.gz \
420
| tar -C /usr/local/lib -xz && \
421
mv /usr/local/lib/code-server-3.8.0-linux-amd64 /usr/local/lib/code-server-3.8.0 && \
0 commit comments