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: docs/using/selecting.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ The following sections describe these images, including their contents, relation
18
18
19
19
## CUDA enabled variant
20
20
21
-
We provide CUDA accelerated version of `pytorch-notebook` image.
22
-
Prepend a CUDA version prefix (like `cuda12-`) to the image tag to allow PyTorch operations to use compatible NVIDIA GPUs for accelerated computation.
23
-
We only build images for 2 last major versions of CUDA.
21
+
We provide CUDA accelerated version of `pytorch-notebook` and `tensorflow-notebook` images.
22
+
Prepend a CUDA version prefix (like `cuda12-` for `pytorch-notebook` or `cuda-` for `tensorflow-notebook`) to the image tag
23
+
to allow PyTorch or TensorFlow operations to use compatible NVIDIA GPUs for accelerated computation.
24
+
Note: We only build `pytorch-notebook` for 2 last major versions of CUDA, `tensorflow-notebook` image only supports the latest CUDA version listed in the [officially tested build configurations](https://www.tensorflow.org/install/source#gpu).
24
25
25
-
For example, you can use an image `quay.io/jupyter/pytorch-notebook:cuda12-python-3.11.8`
26
+
For example, you can use an image `quay.io/jupyter/pytorch-notebook:cuda12-python-3.11.8` or `quay.io/jupyter/tensorflow-notebook:cuda-latest`
0 commit comments