Skip to content

Commit f0004b0

Browse files
Snehal-ReddyLegNeato
authored andcommitted
Update README with current docker image path
1 parent a51d85f commit f0004b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cargo build
9797
The distribution related Dockerfile are located in `container` folder.
9898
Taking ubuntu 24.04 as an example, run the following command in repository root:
9999
```bash
100-
docker build -f ./container/ubuntu24/Dockerfile -t rust-cuda-ubuntu24 .
100+
docker build -f ./container/ubuntu24-cuda12/Dockerfile -t rust-cuda-ubuntu24 .
101101
docker run --rm --runtime=nvidia --gpus all -it rust-cuda-ubuntu24
102102
```
103103

0 commit comments

Comments
 (0)