Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
Use nvcr.io/nvidia/pytorch:23.02-py3 base image
  • Loading branch information
steventango authored Mar 12, 2023
1 parent ca56e47 commit 0a34444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM nvcr.io/nvidia/pytorch:23.02-py3
LABEL maintainer="myoung34@my.apsu.edu"

ARG DUMB_INIT_VERSION="1.2.2"
Expand Down

0 comments on commit 0a34444

Please sign in to comment.