From ddb8fc99994e59a440ae1804dcd3080e0a289524 Mon Sep 17 00:00:00 2001 From: Pete MacKinnon Date: Fri, 22 Apr 2022 12:01:26 -0400 Subject: [PATCH] Update README.md Remove out-of-date EA references --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cced56210a..554c5c0fed 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,10 @@ Pre-built Morpheus Docker images can be downloaded from NGC. The `runtime` image docker pull nvcr.io/nvidia/morpheus/morpheus:runtime-22.04-latest ``` -**Note:** You must be enrolled in the Morpheus Early Access program to download the Morpheus image. - Run the pre-built `runtime` container: ```bash -DOCKER_IMAGE_TAG=runtime-v0.2-latest ./docker/run_container_release.sh +DOCKER_IMAGE_TAG=runtime-22.04-latest ./docker/run_container_release.sh ``` #### Manually build `runtime` Docker image