-
Notifications
You must be signed in to change notification settings - Fork 742
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
building nvml Dockerfile for arm64 fails #1752
Comments
Pinging @cep21 the maintainer of |
It looks like the grpcio==1.27.2 (configured in the requirenment.in) cause the issue, |
The NVML integration is now owned by datadog: DataDog/integrations-core#14538 I was able to build for ARM locally but had to fork integrations-extra. |
Hi, in the end we decided to not move forward with moving this integration to core and will be building a DCGM exporter based one instead, let us know if you'd be interested in trying out an early version. |
I ran into a similar issue today using requirements from 1.0.7 release:
Building the docker image with my own local
Dockerfile:
|
@zeevdri Can you try 1.0.8 of the integration now to see if it builds? I just merged in @gaffneyd4's PR that should fix it. |
I've tried building the Dockerfile for arm64 and I get the following error
The text was updated successfully, but these errors were encountered: