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): install CUDA development drivers in development containers #5332

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Oct 11, 2024

Description

Resolved #5219

The cause of #5219 is that due to the changes in #5159, only the CUDA runtime drivers are now being installed in both the development containers and the runtime containers. Though the development containers are required to install the CUDA development drivers.
https://github.com/autowarefoundation/autoware/blob/main/ansible/roles/cuda/tasks/main.yaml#L28-L50

This PR installs CUDA development drivers on development containers.

cc @marioney

Tests performed

https://github.com/youtalk/autoware/actions/runs/11288251647
https://github.com/youtalk/autoware/actions/runs/11288252539

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 <yutaka.kondo@youtalk.jp>
@youtalk youtalk changed the title fix(docker): manually revert #5159 fix(docker): manually revert "install CUDA drivers in autoware:base image" Oct 11, 2024
@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 11, 2024
@youtalk youtalk self-assigned this Oct 11, 2024
@youtalk youtalk marked this pull request as ready for review October 11, 2024 07:11
@youtalk youtalk changed the title fix(docker): manually revert "install CUDA drivers in autoware:base image" fix(docker): install CUDA development drivers in development containers Oct 11, 2024
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Copy link
Contributor

@oguzkaganozt oguzkaganozt left a comment

Choose a reason for hiding this comment

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

@youtalk
Copy link
Member Author

youtalk commented Oct 11, 2024

I hope it was self hosted runner problem. Please let me merge to run by GitHub runner.

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.

CUDA is not found in latest Docker image
2 participants