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 8cdd805 commit 1f7d337Copy full SHA for 1f7d337
vendor/ngc-tensorflow/Dockerfile.22.03-tf2-py3
@@ -179,7 +179,7 @@ RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v3.1.2/git-lf
179
rm -rf /tmp/*
180
181
RUN curl -fL https://github.com/cdr/code-server/releases/download/v4.0.2/code-server-4.0.2-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
182
- mv /usr/local/lib/code-server-4.0.2-linux-amd64 /usr/local/lib/code-server-3.12.0 && \
+ mv /usr/local/lib/code-server-4.0.2-linux-amd64 /usr/local/lib/code-server-4.0.2 && \
183
ln -s /usr/local/lib/code-server-4.0.2/bin/code-server /usr/local/bin/code-server
184
185
# Install Open MPI
0 commit comments