Skip to content

Commit

Permalink
chore(deps): update nvcr.io/nvidia/cuda docker tag to v11.4.1 (Google…
Browse files Browse the repository at this point in the history
…CloudPlatform#6516)

Co-authored-by: Charles Engelke <[email protected]>
  • Loading branch information
renovate-bot and engelke authored Aug 5, 2021
1 parent dbe515c commit 9c71acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/tensorflow-landsat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://www.tensorflow.org/install/source#gpu
# For a list of all the nvidia images:
# https://ngc.nvidia.com/catalog/containers/nvidia:cuda/tags
FROM nvcr.io/nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04
FROM nvcr.io/nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04

WORKDIR /pipeline

Expand Down
2 changes: 1 addition & 1 deletion dataflow/gpu-examples/tensorflow-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# https://www.tensorflow.org/install/source#gpu
# For a list of all the nvidia images:
# https://ngc.nvidia.com/catalog/containers/nvidia:cuda/tags
FROM nvcr.io/nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04
FROM nvcr.io/nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04

WORKDIR /pipeline

Expand Down

0 comments on commit 9c71acb

Please sign in to comment.