Skip to content

Commit efe7572

Browse files
committed
Add arch-cuda to the list of Dockerfiles
1 parent 2a2f7ac commit efe7572

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ docker run --runtime=nvidia -it floopcz/tensorflow_cc:ubuntu-cuda /bin/bash
2222

2323
The list of available images:
2424

25-
| Image name | Description |
26-
| --- | --- |
27-
| `floopcz/tensorflow_cc:ubuntu` | Ubuntu build of `tensorflow_cc` |
28-
| `floopcz/tensorflow_cc:ubuntu-cuda` | Ubuntu build of `tensorflow_cc` + NVIDIA CUDA |
29-
| `floopcz/tensorflow_cc:archlinux` | Arch Linux build of `tensorflow_cc` |
25+
| Image name | Description |
26+
| --- | --- |
27+
| `floopcz/tensorflow_cc:ubuntu` | Ubuntu build of `tensorflow_cc` |
28+
| `floopcz/tensorflow_cc:ubuntu-cuda` | Ubuntu build of `tensorflow_cc` + NVIDIA CUDA |
29+
| `floopcz/tensorflow_cc:archlinux` | Arch Linux build of `tensorflow_cc` |
30+
| `floopcz/tensorflow_cc:archlinux-cuda` | Arch Linux build of `tensorflow_cc` + NVIDIA CUDA |
3031

3132
To build one of the images yourself, e.g. `ubuntu`, run:
3233
```bash

0 commit comments

Comments
 (0)