Skip to content

Commit 1b3245a

Browse files
committed
fix: Update base container for dockerfile
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent a5aed1c commit 1b3245a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
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)