[go: up one dir, main page]

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

ARM64 build currently broken #1867

Closed
Tracked by #2084
jamesmcclain opened this issue Aug 25, 2023 · 1 comment · Fixed by #2085
Closed
Tracked by #2084

ARM64 build currently broken #1867

jamesmcclain opened this issue Aug 25, 2023 · 1 comment · Fixed by #2085
Labels

Comments

@jamesmcclain
Copy link
Contributor
jamesmcclain commented Aug 25, 2023

🐛 Bug

The ARM64 docker image appears to be broken. On the following configuration,

$ docker --version
Docker version 24.0.5, build ced0996
$ uname -a
Linux XXX #26~22.04.1-Ubuntu SMP Mon Apr 24 01:58:03 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

I get this while trying to build:

3.713 ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.15.0 (from versions: none)
3.713 ERROR: No matching distribution found for onnxruntime-gpu==1.15.0

There does not seem to be an onnxrutnime-gpu package for ARM64.

I does not seem possible to resolve the dependency on triangle, either (the native code does not build on ARM).

To Reproduce

  1. Start up a Graviton instnace on AWS
  2. Install the latest docker
  3. Attempt to build the docker image

Expected behavior

A successful build

Environment

A Graviton instance on AWS.

@AdeelH
Copy link
Collaborator
AdeelH commented Aug 25, 2023

A solution might be to declare these as optional dependencies and add some exception handling around their imports.

@AdeelH AdeelH reopened this Feb 5, 2024
@azavea azavea deleted a comment from jamesmcclain Feb 5, 2024
@azavea azavea locked as spam and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants