Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba89ee commit eae1ddfCopy full SHA for eae1ddf
1 file changed
examples/docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Base image must at least have pytorch and CUDA installed.
2
-ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:22.02-py3
+ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:23.03-py3
3
FROM $BASE_IMAGE
4
ARG BASE_IMAGE
5
RUN echo "Installing Apex on top of ${BASE_IMAGE}"
0 commit comments