Skip to content

Commit

Permalink
Update nvcr.io/nvidia/pytorch Docker tag to v24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
red-hat-konflux[bot] authored Jun 26, 2024
1 parent 78eedd8 commit 0d1770b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/pytorch/elastic/imagenet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We need to use the nvcr.io/nvidia/pytorch image as a base image to support both linux/amd64 and linux_arm64 platforms.
# PyTorch=2.2.0, cuda=12.3.2
# Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24-01.html#rel-24-01
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.01-py3
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.05-py3
FROM $BASE_IMAGE

WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion examples/pytorch/mnist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We need to use the nvcr.io/nvidia/pytorch image as a base image to support both linux/amd64 and linux_arm64 platforms.
# PyTorch=2.2.0, cuda=12.3.2
# Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24-01.html#rel-24-01
FROM nvcr.io/nvidia/pytorch:24.01-py3
FROM nvcr.io/nvidia/pytorch:24.05-py3

RUN pip install tensorboardX==2.6.2
RUN mkdir -p /opt/mnist
Expand Down
2 changes: 1 addition & 1 deletion examples/pytorch/mnist/Dockerfile-mpi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We need to use the nvcr.io/nvidia/pytorch image as a base image to support both linux/amd64 and linux_arm64 platforms.
# PyTorch=2.2.0, cuda=12.3.2
# Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24-01.html#rel-24-01
FROM nvcr.io/nvidia/pytorch:24.01-py3
FROM nvcr.io/nvidia/pytorch:24.05-py3

RUN pip install tensorboardX==2.6.2
RUN mkdir -p /opt/mnist
Expand Down
2 changes: 1 addition & 1 deletion examples/pytorch/smoke-dist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We need to use the nvcr.io/nvidia/pytorch image as a base image to support both linux/amd64 and linux_arm64 platforms.
# PyTorch=2.2.0, cuda=12.3.2
# Ref: https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24-01.html#rel-24-01
FROM nvcr.io/nvidia/pytorch:24.01-py3
FROM nvcr.io/nvidia/pytorch:24.05-py3

RUN mkdir -p /opt/mlkube
COPY examples/pytorch/smoke-dist/dist_sendrecv.py /opt/mlkube/
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/kubeflow/trainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Pytorch runtime as a parent image
FROM nvcr.io/nvidia/pytorch:23.10-py3
FROM nvcr.io/nvidia/pytorch:24.05-py3

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit 0d1770b

Please sign in to comment.