We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd441d7 commit e523314Copy full SHA for e523314
1 file changed
dataflow/gpu-workers/Dockerfile
@@ -16,7 +16,7 @@
16
# https://www.tensorflow.org/install/source#gpu
17
# Check the Nvidia container registry catalog to look at the available Nvidia images:
18
# https://ngc.nvidia.com/catalog/containers/nvidia:cuda
19
-FROM nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu20.04
+FROM nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04
20
21
# The Python version of the Dockerfile MUST match the Python version you use
22
# to launch the Dataflow job.
0 commit comments