fix(docker): not install nvidia
and cuda
runtime on base image
#5353
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We had been installing the runtime version of the CUDA drivers in the
base
image for caching purposes in these PRs:autoware:base
image #5159But these have led to frequent issues of disk image full on
docker-build-and-push-arm64
jobs. Additionally, installing it in the base image caused the runtime version of the CUDA drivers to be installed not only in the runtime containers but also in the development containers. Therefore this PR stops installing the runtime version of the CUDA driver in thebase
image for the time being.Tests performed
https://github.com/autowarefoundation/autoware/actions/runs/11432044778
Effects on system behavior
Not applicable.
Interface changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.