Skip to content

Commit 3f3c21d

Browse files
committed
update packages
1 parent da1b067 commit 3f3c21d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vendor/ngc-pytorch/Dockerfile.21.09-py3

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ RUN cd /tmp && \
133133
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
134134
cd scipy && \
135135
git checkout -b v${SCIPY_VERSION} && \
136+
git submodule update --init && \
136137
cp site.cfg.example site.cfg && \
137138
python3 -m pip install -U --no-cache-dir \
138139
numpy==1.21.2 \
@@ -161,7 +162,7 @@ RUN git clone https://github.com/aristocratos/bashtop.git && \
161162
cd bashtop && \
162163
make install
163164

164-
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.12.0/code-server-3.1ᆻ2.0-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
165+
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 && \
165166
mv /usr/local/lib/code-server-3.12.0-linux-amd64 /usr/local/lib/code-server-3.12.0 && \
166167
ln -s /usr/local/lib/code-server-3.12.0/bin/code-server /usr/local/bin/code-server
167168

@@ -189,7 +190,7 @@ RUN echo "btl_tcp_if_exclude = lo,docker0" >> /usr/local/etc/openmpi-mca-params.
189190
RUN ldconfig /usr/local/cuda/targets/x86_64-linux/lib/stubs && \
190191
HOROVOD_CUDA_HOME=$CONDA_PREFIX HOROVOD_GPU_ALLREDUCE=NCCL HOROVOD_GPU_BROADCAST=NCCL HOROVOD_NCCL_LINK=SHARED \
191192
HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITH_PYTORCH=1 HOROVOD_WITHOUT_MXNET=1 \
192-
pip install --no-cache-dir horovod==0.2ᆻ2.1 && \
193+
pip install --no-cache-dir horovod==0.22.1 && \
193194
ldconfig
194195

195196
RUN python3 -m pip install --no-cache-dir \

0 commit comments

Comments
 (0)