Skip to content

Commit 01349d8

Browse files
committed
Added Unraid specific release details
1 parent 8d4be2c commit 01349d8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DockerFile with Nvidia GPU support for TensorFlow and OpenCV
2-
Revision: 20220329
2+
Revision: 20220331
33

44
<!-- vscode-markdown-toc -->
55
* 1. [About](#About)
@@ -58,6 +58,7 @@ Version history:
5858
- `20220308`: Updated `Jetson` directory (renamed from `JetsonNano`)
5959
- `20220318`: Added TF 2.8.0 and updated PyTorch
6060
- `20220329`: Added `jupyter_to` and `jupyter_cto` builds to DockerHub
61+
- `20220331`: Added Unraid specific releases
6162

6263
`tensorflow_opencv`:
6364
- Builds containers with TensorFlow and OpenCV. **Also install, Jupyter, Keras, numpy, pandas, PyTorch and X11 support**.
@@ -84,6 +85,11 @@ Version history:
8485
- Jupyter Notebook container built `FROM` the `cudnn_tensorflow_opencv` (`cto`) container.
8586
- **Pre-built containers available on DockerHub**: https://hub.docker.com/r/datamachines/jupyter_cto
8687

88+
`juypter_to-unraid` and `jupyter_cto-unraid`:
89+
- Jupyter Notebook containers built `FROM` the `tensorflow_opencv` (`to`) and `cudnn_tensorflow_opencv` (`cto`) containera with a `sudo`-capable `jupyter` user using unraid specific `uid` and `gid`. Comes preconfigured with a password for the UI (`dmc`)
90+
- Pre-built containers available on DockerHub: https://hub.docker.com/r/datamachines/jupyter_to-unraid and https://hub.docker.com/r/datamachines/jupyter_cto-unraid
91+
- Unraid's templates published and containers available in Unraid's "Community Applications" as "Jupyter-TensorFlow_OpenCV" and "Jupyter-CuDNN_TensorFlow_OpenCV"
92+
8793
The [Builds-DockerHub.md](https://github.com/datamachines/cuda_tensorflow_opencv/blob/master/Builds-DockerHub.md) file is a quick way of seeing the list of pre-built container images. When available, a "BuiidInfo" will give the end user a deeper look of the capabilities of said container and installed version. In particular the compiled GPU architecture (see https://en.wikipedia.org/wiki/CUDA#GPUs_supported ).
8894
This is useful for you to decide if you would benefit from re-compiling some container(s) for your specific hardware.
8995

0 commit comments

Comments
 (0)