Skip to content

Update nvcr.io/nvidia/cuda Docker tag to v13#14431

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/nvcr.io-nvidia-cuda-13.x
Open

Update nvcr.io/nvidia/cuda Docker tag to v13#14431
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/nvcr.io-nvidia-cuda-13.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 12.5.1-cudnn-runtime-ubuntu22.0413.3.0-cudnn-runtime-ubuntu22.04

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 July 17, 2026 13:02
@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 Jul 17, 2026
@product-auto-label product-auto-label Bot added the samples Issues that are directly related to samples. label Jul 17, 2026

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

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.

Code Review

This pull request updates the base CUDA image version from 12.5.1 to 13.3.0 across three Dockerfiles (tensorflow-landsat-prime, tensorflow-landsat, and tensorflow-minimal). However, this upgrade introduces a critical compatibility issue, as TensorFlow 2.21.0 is built against CUDA 12.x and will fail to detect or utilize the GPU with CUDA 13.3.0. It is recommended to revert these changes and keep the CUDA version at 12.x.

# 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:12.5.1-cudnn-runtime-ubuntu22.04
FROM nvcr.io/nvidia/cuda:13.3.0-cudnn-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

Upgrading to CUDA 13.3.0 is incompatible with TensorFlow 2.21.0 (specified in requirements.txt). TensorFlow 2.21.0 is built against CUDA 12.x. Upgrading to CUDA 13 will prevent TensorFlow from detecting or utilizing the GPU, causing the pipeline's GPU check to fail at runtime. Keep the CUDA version at 12.x to maintain compatibility.

FROM nvcr.io/nvidia/cuda:12.5.1-cudnn-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:12.5.1-cudnn-runtime-ubuntu22.04
FROM nvcr.io/nvidia/cuda:13.3.0-cudnn-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

Upgrading to CUDA 13.3.0 is incompatible with TensorFlow 2.21.0 (specified in requirements.txt). TensorFlow 2.21.0 is built against CUDA 12.x. Upgrading to CUDA 13 will prevent TensorFlow from detecting or utilizing the GPU, causing the pipeline's GPU check to fail at runtime. Keep the CUDA version at 12.x to maintain compatibility.

FROM nvcr.io/nvidia/cuda:12.5.1-cudnn-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:12.5.1-cudnn-runtime-ubuntu22.04
FROM nvcr.io/nvidia/cuda:13.3.0-cudnn-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

Upgrading to CUDA 13.3.0 is incompatible with TensorFlow 2.21.0 (specified in requirements.txt). TensorFlow 2.21.0 is built against CUDA 12.x. Upgrading to CUDA 13 will prevent TensorFlow from detecting or utilizing the GPU, causing the pipeline's GPU check to fail at runtime. Keep the CUDA version at 12.x to maintain compatibility.

FROM nvcr.io/nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04

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

Labels

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. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant