You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jupyter_build/Jupyter-CuDNN_TensorFlow_OpenCV.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This is the GPU-bound container's version. 
18
18
Please note that the container images is large at over 16GB 
19
19
To use it requires the Nvidia driver installation on your Unraid server for support of Docker. 
20
20
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.
21
22

22
23
A CPU equivalent container is also available and named Jupyter-TensorFlow_OpenCV and is over 4GB
- 20220318 with support for CUDA 11.3.1, TensorFlow 2.8.0 and OpenCV 4.5.5
28
29

29
30
Changelog:
31
+
- 20220422: Multiple GPUs note
30
32
- 20220403: Updated unraid template
31
33
- 20220402: Container updated to fix issue preventing change of default password (same components)
32
34
- 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. 
40
42
Please note that the container images is large at over 16GB 
41
43
To use it requires the Nvidia driver installation on your Unraid server for support of Docker. 
42
44
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.
43
46

44
47
A CPU equivalent container is also available and named Jupyter-TensorFlow_OpenCV and is over 4GB
0 commit comments