Skip to content

Skip unnecessary CUDA/GPU package installation#2676

Merged
robgruen merged 4 commits into
mainfrom
dev/robgruen/docker_fix
Jul 15, 2026
Merged

Skip unnecessary CUDA/GPU package installation#2676
robgruen merged 4 commits into
mainfrom
dev/robgruen/docker_fix

Conversation

@robgruen

Copy link
Copy Markdown
Collaborator

This pull request makes a small but important change to the Docker build process to improve reliability in CI environments. Specifically, it sets an environment variable to prevent onnxruntime-node from attempting to download a large CUDA/GPU build, which is unnecessary for this CPU-only image and has been causing flaky builds.

Build process reliability:

  • Added ENV ONNXRUNTIME_NODE_INSTALL_CUDA=skip to the ts/Dockerfile to skip downloading the CUDA/GPU build of onnxruntime-node, ensuring the build uses the bundled CPU execution provider and avoids flaky downloads in CI.

@robgruen robgruen marked this pull request as ready for review July 15, 2026 03:10
@robgruen robgruen enabled auto-merge July 15, 2026 03:10
@robgruen robgruen added this pull request to the merge queue Jul 15, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 15, 2026
@robgruen robgruen added this pull request to the merge queue Jul 15, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 15, 2026
@robgruen robgruen added this pull request to the merge queue Jul 15, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 15, 2026
@robgruen robgruen disabled auto-merge July 15, 2026 16:20
@robgruen robgruen merged commit 8fb06b1 into main Jul 15, 2026
17 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants