Skip to content

Commit a89ee4d

Browse files
committed
update code-server 4.0.1, OpenMPI 4.1.2
1 parent 334d1d9 commit a89ee4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,16 @@ RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v3.0.2/git-lf
178178
bash install.sh && \
179179
rm -rf /tmp/*
180180

181-
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.12.0/code-server-3.12.0-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
182-
mv /usr/local/lib/code-server-3.12.0-linux-amd64 /usr/local/lib/code-server-3.12.0 && \
183-
ln -s /usr/local/lib/code-server-3.12.0/bin/code-server /usr/local/bin/code-server
181+
RUN curl -fL https://github.com/cdr/code-server/releases/download/v4.0.1/code-server-4.0.1-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
182+
mv /usr/local/lib/code-server-4.0.1-linux-amd64 /usr/local/lib/code-server-4.0.1 && \
183+
ln -s /usr/local/lib/code-server-4.0.1/bin/code-server /usr/local/bin/code-server
184184

185185
# Install Open MPI
186186
RUN mkdir /tmp/openmpi && \
187187
cd /tmp/openmpi && \
188-
wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.1.tar.gz && \
189-
tar zxf openmpi-4.1.1.tar.gz && \
190-
cd openmpi-4.1.1 && \
188+
wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.2.tar.gz && \
189+
tar zxf openmpi-4.1.2.tar.gz && \
190+
cd openmpi-4.1.2 && \
191191
./configure --enable-orterun-prefix-by-default && \
192192
make -j $(nproc) all && \
193193
make install && \

0 commit comments

Comments
 (0)