Skip to content

Commit 23da71d

Browse files
committed
Updated README
1 parent 164eb76 commit 23da71d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ Repository which has some base images for running CUDA and cuDNN on Intel and AR
44

55
## CUDA Images
66

7-
If you want to use an NVIDIA GPU, then install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) first. You can use the following two images as the basis for your own images:
7+
If you want to use an NVIDIA GPU, You can use the following two images as the basis for your own images:
88

99
* `ghcr.io/mutablelogic/cuda-dev:1.0.2` - This image is based on Ubuntu 22.04 and includes the 12.6 CUDA toolkit and compiler build tools
1010
* `ghcr.io/mutablelogic/cuda-rt:1.0.2` - This image is based on Ubuntu 22.04 and includes the 12.6 CUDA runtime libraries.
11+
12+
When running a runtime container, then install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) first. Then you can run the container with the following command:
13+
14+
```bash
15+
docker run \
16+
--name <name> --rm \
17+
--runtime nvidia --gpus all
18+
<image> <arguments>
19+
```

0 commit comments

Comments
 (0)