mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Build docker image instruction fix (CUDA) (#5070)
This commit is contained in:
parent
6c33e95b88
commit
8d91d4ff36
1 changed files with 4 additions and 1 deletions
|
|
@ -64,7 +64,10 @@ Use `docker pull` with any of the images and tags below to pull an image and try
|
|||
2. Run the Docker image
|
||||
|
||||
```
|
||||
docker run -it onnxruntime-cuda
|
||||
docker run --gpus all -it onnxruntime-cuda
|
||||
or
|
||||
nvidia-docker run -it onnxruntime-cuda
|
||||
|
||||
```
|
||||
|
||||
## nGraph
|
||||
|
|
|
|||
Loading…
Reference in a new issue