Build docker image instruction fix (CUDA) (#5070)

This commit is contained in:
Olivia Jain 2020-09-08 09:59:16 -07:00 committed by GitHub
parent 6c33e95b88
commit 8d91d4ff36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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