Skip to content
Snippets Groups Projects
Commit 1c01bf35 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Updated readme to show how to get GPU capablities.

parent 084ba918
No related branches found
No related tags found
No related merge requests found
Pipeline #634 passed
......@@ -45,7 +45,7 @@ git clone http://git.qoto.org/aparapi/aparapi-docker.git
```bash
docker build -t <image name> --build-arg "aparapiver=<aparapi Version>" amdgpu/
docker build -t <image name> --build-arg "aparapiver=<aparapi Version>" nvidia/
docker build --device /dev/dri:/dev/dri -t <image name> --build-arg "aparapiver=<aparapi Version>" amdgpu/
docker build --device /dev/dri:/dev/dri -t <image name> --build-arg "aparapiver=<aparapi Version>" nvidia/
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment