Skip to content

Update nvcr.io/nvidia/cuda Docker tag to v12#14016

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/nvcr.io-nvidia-cuda-12.x
Open

Update nvcr.io/nvidia/cuda Docker tag to v12#14016
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/nvcr.io-nvidia-cuda-12.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
nvcr.io/nvidia/cuda stage major 11.8.0-cudnn8-runtime-ubuntu22.0412.2.2-cudnn8-runtime-ubuntu22.04

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners April 8, 2026 23:44
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 8, 2026
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Apr 8, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 8, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the CUDA base image version from 11.8.0 to 12.2.2 in three TensorFlow GPU example Dockerfiles: tensorflow-landsat-prime, tensorflow-landsat, and tensorflow-minimal. The review feedback indicates a critical incompatibility, as TensorFlow 2.12.0, used in these examples, requires CUDA 11.8. This mismatch is likely to cause runtime errors and prevent GPU utilization, and it is suggested to revert to the compatible CUDA 11.8.0 version.

# Supported NVIDIA images: https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md
# TensorFlow/CUDA compatibility: https://www.tensorflow.org/install/source#gpu
FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
FROM nvcr.io/nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to CUDA 12.2.2 is incompatible with the TensorFlow version (2.12.0) used in this example's requirements.txt. According to the official TensorFlow documentation, TensorFlow 2.12.0 requires CUDA 11.8. This mismatch will likely cause runtime errors and prevent GPU utilization.

To resolve this, please revert to a CUDA version compatible with TensorFlow 2.12.0.

Reference: TensorFlow build configurations

FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04

# Supported NVIDIA images: https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md
# TensorFlow/CUDA compatibility: https://www.tensorflow.org/install/source#gpu
FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
FROM nvcr.io/nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to CUDA 12.2.2 is incompatible with the TensorFlow version (2.12.0) used in this example's requirements.txt. According to the official TensorFlow documentation, TensorFlow 2.12.0 requires CUDA 11.8. This mismatch will likely cause runtime errors and prevent GPU utilization.

To resolve this, please revert to a CUDA version compatible with TensorFlow 2.12.0.

Reference: TensorFlow build configurations

FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04

# Supported NVIDIA images: https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md
# TensorFlow/CUDA compatibility: https://www.tensorflow.org/install/source#gpu
FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
FROM nvcr.io/nvidia/cuda:12.2.2-cudnn8-runtime-ubuntu22.04
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to CUDA 12.2.2 is incompatible with the TensorFlow version (2.12.0) used in this example's requirements.txt. According to the official TensorFlow documentation, TensorFlow 2.12.0 requires CUDA 11.8. This mismatch will likely cause runtime errors and prevent GPU utilization.

To resolve this, please revert to a CUDA version compatible with TensorFlow 2.12.0.

Reference: TensorFlow build configurations

FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants