Skip to content

Commit 9be88d9

Browse files
committed
upgrade setup tools
1 parent e46d075 commit 9be88d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/x86_64/gpu/cu128/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ COPY --from=cuda-builder /usr/local/cuda-${CUDA_MAJOR}.${CUDA_MINOR} /usr/local/
9797
COPY install_efa.sh install_efa.sh
9898
COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
9999
COPY bash_telemetry.sh /usr/local/bin/bash_telemetry.sh
100+
RUN ${PIP} --no-cache-dir install --upgrade \
101+
pip \
102+
setuptools
100103
RUN chmod +x /usr/local/bin/deep_learning_container.py && \
101104
chmod +x /usr/local/bin/bash_telemetry.sh && \
102105
echo 'source /usr/local/bin/bash_telemetry.sh' >> /etc/bash.bashrc && \

0 commit comments

Comments
 (0)