Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dockerfile/cuda13.0.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nvcr.io/nvidia/pytorch:25.08-py3
# OS:
# - Ubuntu: 24.04
# - OpenMPI: 4.1.9a1
# - Docker Client: 20.10.8 (installed in this dockerfile)
# - Docker: 29.7.2 (full static bundle installed in this dockerfile)
# NVIDIA:
# - CUDA: 13.0.0.044
# - cuDNN: 9.12.0.46
Expand Down Expand Up @@ -67,7 +67,7 @@ ARG TARGETPLATFORM
ARG TARGETARCH

# Install Docker
ENV DOCKER_VERSION=20.10.8
ENV DOCKER_VERSION=29.7.2
RUN TARGETARCH_HW=$(uname -m) && \
wget -q https://download.docker.com/linux/static/stable/${TARGETARCH_HW}/docker-${DOCKER_VERSION}.tgz -O docker.tgz && \
tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ && \
Expand Down
Loading