Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae1ddf

Browse files
authored
use nvcr 23.03 (#1644)
1 parent 1ba89ee commit eae1ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image must at least have pytorch and CUDA installed.
2-
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:22.02-py3
2+
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:23.03-py3
33
FROM $BASE_IMAGE
44
ARG BASE_IMAGE
55
RUN echo "Installing Apex on top of ${BASE_IMAGE}"

0 commit comments

Comments
 (0)