Skip to content

Commit b8bf66e

Browse files
authored
Merge pull request #695 from NVIDIA/update_base_container
fix: Update base container for dockerfile
2 parents a5aed1c + 1b3245a commit b8bf66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=21.09
1+
ARG BASE=21.10
22
ARG BASE_IMG=nvcr.io/nvidia/pytorch:${BASE}-py3
33
FROM ${BASE_IMG} as base
44

0 commit comments

Comments
 (0)