Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pydemia committed Nov 29, 2019
1 parent 01993ea commit 199f9b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nvidia/jetson_nano/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,9 @@ Result = PASS
* Test a Docker image
we are ready to test if Docker runs correctly and supports GPU.
To make this easier, we created a dedicated Docker image with “deviceQuery” tool from the CUDA SDK which is used to query the GPU and present its capabilities. The command to run it is simple:
```sh
docker run -it jitteam/devicequery ./deviceQuery
```diff
-docker run -it jitteam/devicequery ./deviceQuery
+docker run -it pydemia/nvidia-jetson-nano ./deviceQuery
```
Then, The output is the following:
Expand Down

0 comments on commit 199f9b6

Please sign in to comment.