Skip to content

Commit 5514dbb

Browse files
committed
Added multiple GPU note
1 parent f1cb4b8 commit 5514dbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jupyter_build/Jupyter-CuDNN_TensorFlow_OpenCV.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This is the GPU-bound container's version. 
1818
Please note that the container images is large at over 16GB 
1919
To use it requires the Nvidia driver installation on your Unraid server for support of Docker. 
2020
This installation needs to support the version of CUDA installed to use with this container.
21+
If you have multiple GPUs in your system with some allocated to VMs, make sure to replace --gpus all with --runtime=nvidia and set the NVIDIA_DRIVER_CAPABILITIES and NVIDIA_VISIBLE_DEVICES variables to only give the container access to selected GPUs.
2122

2223
A CPU equivalent container is also available and named Jupyter-TensorFlow_OpenCV and is over 4GB
2324

@@ -27,6 +28,7 @@ VERSION(s) (match datamachines/cudnn_tensorflow_opencv releases date)
2728
- 20220318 with support for CUDA 11.3.1, TensorFlow 2.8.0 and OpenCV 4.5.5
2829

2930
Changelog:
31+
- 20220422: Multiple GPUs note
3032
- 20220403: Updated unraid template
3133
- 20220402: Container updated to fix issue preventing change of default password (same components)
3234
- 20220331: Unraid initial release: latest is CUDA 11.3.1, TensorFlow 2.8.0 and OpenCV 4.5.5 (match version: 20220318)
@@ -40,6 +42,7 @@ This is the GPU-bound container's version. 
4042
Please note that the container images is large at over 16GB 
4143
To use it requires the Nvidia driver installation on your Unraid server for support of Docker. 
4244
This installation needs to support the version of CUDA installed to use with this container.
45+
If you have multiple GPUs in your system with some allocated to VMs, make sure to replace --gpus all with --runtime=nvidia and set the NVIDIA_DRIVER_CAPABILITIES and NVIDIA_VISIBLE_DEVICES variables to only give the container access to selected GPUs.
4346

4447
A CPU equivalent container is also available and named Jupyter-TensorFlow_OpenCV and is over 4GB
4548

@@ -49,6 +52,7 @@ VERSION(s) (match datamachines/cudnn_tensorflow_opencv releases date)
4952
- 20220318 with support for CUDA 11.3.1, TensorFlow 2.8.0 and OpenCV 4.5.5
5053

5154
Changelog:
55+
- 20220422: Multiple GPUs note
5256
- 20220403: Updated unraid template
5357
- 20220402: Container updated to fix issue preventing change of default password (same components)
5458
- 20220331: Unraid initial release: latest is CUDA 11.3.1, TensorFlow 2.8.0 and OpenCV 4.5.5 (match version: 20220318)

0 commit comments

Comments
 (0)