-
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
Add missing dependency for building h5py #8093
Conversation
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe Dockerfile has been updated to include the installation of the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
|
=> [cvat_server build-image 4/4] RUN --mount=type=cache,target=/root/.cache/pip/http-v2 DATUMARO_HEADLESS=1 python3 -m pip wheel --no-deps -r /tmp/cvat/requirem 296.7s |
Post the full log, please. |
docker compose --progress=plain -f docker-compose.yml -f docker-compose.dev.yml build
|
Hi @SpecLad what do you think? |
Hi @SpecLad any update on this one? |
I face the same issue building image on aarch64, and the logs above suggest the same architecture. Though h5py/h5py#1682 suggest there should be wheels for aarch64, I only see wheels for macOS with that architecture (https://pypi.org/project/h5py/3.11.0/#files), but not for linux. Upd. Here's the relevant issue h5py/h5py#2408 |
Quality Gate passedIssues Measures |
Thank you for contributing into the project! |
I tried to build via
docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
but the installation of h5py fails in line https://github.com/cvat-ai/cvat/blob/develop/Dockerfile#L81
with error
Failed building wheel for h5py
adding the depdency
libhdf5-dev
fixes the issue.Summary by CodeRabbit
libhdf5-dev
package for improved compatibility and support.