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 e46d075 commit 9be88d9Copy full SHA for 9be88d9
base/x86_64/gpu/cu128/Dockerfile
@@ -97,6 +97,9 @@ COPY --from=cuda-builder /usr/local/cuda-${CUDA_MAJOR}.${CUDA_MINOR} /usr/local/
97
COPY install_efa.sh install_efa.sh
98
COPY deep_learning_container.py /usr/local/bin/deep_learning_container.py
99
COPY bash_telemetry.sh /usr/local/bin/bash_telemetry.sh
100
+RUN ${PIP} --no-cache-dir install --upgrade \
101
+ pip \
102
+ setuptools
103
RUN chmod +x /usr/local/bin/deep_learning_container.py && \
104
chmod +x /usr/local/bin/bash_telemetry.sh && \
105
echo 'source /usr/local/bin/bash_telemetry.sh' >> /etc/bash.bashrc && \
0 commit comments