Skip to content

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
* Update README.md

We'll lock in `runtime-22.04` instead of the confusing `runtime-22.04-latest` tag
cc @BartleyR @bsuryadev

* Update README.md

Add QSG NGC details

* Update README.md

relative path to QSG section

* Update README.md

flip the tag order
  • Loading branch information
pdmack authored Apr 26, 2022
1 parent f018b05 commit e650279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ git lfs pull

#### Pre-built `runtime` Docker image

Pre-built Morpheus Docker images can be downloaded from NGC. The `runtime` image includes pre-installed Morpheus and dependencies:
Pre-built Morpheus Docker images can be downloaded from NGC. See [here](docs/source/morpheus_quickstart_guide.md#set-up-ngc-api-key-and-install-ngc-registry-cli) for details on accessing NGC. The `runtime` image includes pre-installed Morpheus and dependencies:

```bash
docker pull nvcr.io/nvidia/morpheus/morpheus:runtime-22.04-latest
docker pull nvcr.io/nvidia/morpheus/morpheus:22.04-runtime
```

Run the pre-built `runtime` container:

```bash
DOCKER_IMAGE_TAG=runtime-22.04-latest ./docker/run_container_release.sh
DOCKER_IMAGE_TAG=22.04-runtime ./docker/run_container_release.sh
```

#### Manually build `runtime` Docker image
Expand Down

0 comments on commit e650279

Please sign in to comment.