Skip to content

Commit 1f7d337

Browse files
committed
fixed jupyter extension error
1 parent 8cdd805 commit 1f7d337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/ngc-tensorflow/Dockerfile.22.03-tf2-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v3.1.2/git-lf
179179
rm -rf /tmp/*
180180

181181
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 && \
182+
mv /usr/local/lib/code-server-4.0.2-linux-amd64 /usr/local/lib/code-server-4.0.2 && \
183183
ln -s /usr/local/lib/code-server-4.0.2/bin/code-server /usr/local/bin/code-server
184184

185185
# Install Open MPI

0 commit comments

Comments
 (0)