-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 developement libraries into -devel-cuda
images
#5446
Conversation
Signed-off-by: Yutaka Kondo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code modification LGTM.
We can merge after the test passes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for quick fix! Can we somehow make this kind of issues easier to catch? For the instance add -DFORCE_CUDA
in humble CUDA pipeline, modify CMakeLists and let CI fail? This is just potential solution, maybe we can do it different way.
@amadeuszsz Good suggestion. I will do it next PR. |
It still seems to have no CUDA development libraries... https://github.com/autowarefoundation/autoware/actions/runs/11883999428/job/33112885695#step:7:6657 |
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
This reverts commit 3fb57f6.
Description
apt-get autoremove
commands withcleanup_apt.sh
. #5447This PR fixes the CUDA development libraries error. This was caused by #5419.
https://github.com/autowarefoundation/autoware/pull/5419/files#diff-f34da55ca08f1a30591d8b0b3e885bcc678537b2a9a4aadea4f190806b374ddcR277
Tests performed
https://github.com/autowarefoundation/autoware/actions/runs/11888075075
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.