Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker): not install nvidia and cuda runtime on base image #5353

Closed
wants to merge 4 commits into from

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Oct 21, 2024

Description

We had been installing the runtime version of the CUDA drivers in the base image for caching purposes in these PRs:

But 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 the base 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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
@youtalk youtalk added type:containers Docker containers, containerization of components, or container orchestration. component:openadkit Issues or Features related to Open AD Kit tag:run-health-check Run health-check labels Oct 21, 2024
@youtalk youtalk self-assigned this Oct 21, 2024
@youtalk youtalk closed this Oct 21, 2024
@youtalk youtalk deleted the not-install-nvidia-runtime branch October 21, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:openadkit Issues or Features related to Open AD Kit tag:run-health-check Run health-check type:containers Docker containers, containerization of components, or container orchestration.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant