There was an error while loading. Please reload this page.
1 parent a51d85f commit f0004b0Copy full SHA for f0004b0
README.md
@@ -97,7 +97,7 @@ cargo build
97
The distribution related Dockerfile are located in `container` folder.
98
Taking ubuntu 24.04 as an example, run the following command in repository root:
99
```bash
100
-docker build -f ./container/ubuntu24/Dockerfile -t rust-cuda-ubuntu24 .
+docker build -f ./container/ubuntu24-cuda12/Dockerfile -t rust-cuda-ubuntu24 .
101
docker run --rm --runtime=nvidia --gpus all -it rust-cuda-ubuntu24
102
```
103
0 commit comments