Skip to content

Commit

Permalink
Merge pull request #695 from NVIDIA/update_base_container
Browse files Browse the repository at this point in the history
fix: Update base container for dockerfile
  • Loading branch information
narendasan authored Nov 10, 2021
2 parents a5aed1c + 1b3245a commit b8bf66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=21.09
ARG BASE=21.10
ARG BASE_IMG=nvcr.io/nvidia/pytorch:${BASE}-py3
FROM ${BASE_IMG} as base

Expand Down

0 comments on commit b8bf66e

Please sign in to comment.