Skip to content

Commit

Permalink
docs: remove runtime flag
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Nov 26, 2023
1 parent c22f516 commit 6c44494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ docker build -f Dockerfile.cuda-build -t nllb-api .
After building the image, you can run the image with the following.

```bash
docker run --rm --runtime=nvidia --gpus all \
docker run --rm --gpus all \
-e SERVER_PORT=5000 \
-e APP_PORT=7860 \
-p 7860:7860 \
Expand Down

0 comments on commit 6c44494

Please sign in to comment.