Unverified Commit 007b9d60 authored by Paul Li's avatar Paul Li Committed by GitHub
Browse files

docs: Update README.md to bypass nvidia runtime for dcgm-exporter service when...


docs: Update README.md to bypass nvidia runtime for dcgm-exporter service when deploying container for etcd and nats (#3148)
Signed-off-by: default avatarPaul Li <zhixiong2008@gmail.com>
parent 7a5a0bd6
...@@ -91,6 +91,7 @@ To coordinate across a data center, Dynamo relies on etcd and NATS. To run Dynam ...@@ -91,6 +91,7 @@ To coordinate across a data center, Dynamo relies on etcd and NATS. To run Dynam
To quickly setup etcd & NATS, you can also run: To quickly setup etcd & NATS, you can also run:
``` ```
# At the root of the repository: # At the root of the repository:
# Edit deploy/docker-compose.yml to comment out "runtime: nvidia" of the dcgm-exporter service if the nvidia container runtime isn't deployed or to be used.
docker compose -f deploy/docker-compose.yml up -d docker compose -f deploy/docker-compose.yml up -d
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment