File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ docker run --runtime=nvidia -it floopcz/tensorflow_cc:ubuntu-cuda /bin/bash
22
22
23
23
The list of available images:
24
24
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 |
30
31
31
32
To build one of the images yourself, e.g. ` ubuntu ` , run:
32
33
``` bash
You can’t perform that action at this time.
0 commit comments