diff --git a/Dockerfile b/Dockerfile index 6f376f634951..a0bcbbb3823a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.02-py3 +ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.03-py3 # build an image that includes only the nemo dependencies, ensures that dependencies # are included first for optimal caching, and useful for building a development diff --git a/Dockerfile.ci b/Dockerfile.ci index 07b0c6a0ab57..6597cb0a5c27 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.02-py3 +ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:24.03-py3 FROM ${BASE_IMAGE}