-
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(.dockerignore): not ignore specific csv
and png
files
#5187
Conversation
Signed-off-by: Yutaka Kondo <[email protected]>
csv
and png
files
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, but do we have another autoware.universe
directories that may have essential csv or png
artifacts ?
@oguzkaganozt Please see my comment #5009 (comment). I hope most of them are for test case. |
Hello @youtalk i'm not sure if it's worked i tried universe-cuda-20240919 but the files that won't be ignored are still ignored. |
@yvzksgl Please provide the list which you want not to ignore. |
PNG files in src/universe/autoware.universe/common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/assets and CSV files in src/universe/autoware.universe/vehicle/autoware_raw_vehicle_cmd_converter/data/default |
I've comfirmed the latest image doesn't have the files. I reopen the issue #5180. docker run --rm -it ghcr.io/autowarefoundation/autoware:universe-devel-cuda
ls /opt/autoware/share/autoware_overlay_rviz_plugin/assets/images/
ls /opt/autoware/share/autoware_raw_vehicle_cmd_converter/data/default/ |
Description
Fixed #5180
Resolved #5084
This PR does not ignore specific files to copy to Docker images.
Tests performed
Not applicable.
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.