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 builds missing from image registry #73

Open
otterley opened this issue Jul 21, 2023 · 4 comments
Open

ARM64 builds missing from image registry #73

otterley opened this issue Jul 21, 2023 · 4 comments

Comments

@otterley
Copy link

In order to run natively on Macs with Apple Silicon and in the cloud on Arm64 instances (including AWS Graviton, GCP Tau T2A, and Azure *sv5, among others), models-web-app needs an arm64 image to be built alongside the existing images and published to Docker Hub.

@SiddharthPant
Copy link

Someone did the change and raised a PR for this here
but its still in pending status. So until it passes the review people with Apple Silicon Macs can't do anything but build the image yourself and push on your own account. Then use that to run it.

@SiddharthPant
Copy link

SiddharthPant commented Aug 22, 2023

For now I have built my own arm64 image and its working on my local Apple silicon Mac. I have pushed it at siddharthpant/models-web-app:v0.10.0

@tiansiyuan
Copy link
Contributor

For now I have built my own arm64 image and its working on my local Apple silicon Mac. I have pushed it at siddharthpant/models-web-app:v0.10.0

Hi @SiddharthPant

I can not pull it from docker.io due to my environment restriction.

And I can not build it myself:

$ docker build  -t kserve/models-web-app:0.10.0 .
Sending build context to Docker daemon  858.6kB
Step 1/37 : FROM ubuntu AS fetch-kubeflow-kubeflow
latest: Pulling from library/ubuntu
00d679a470c4: Pulling fs layer 
error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/17/17c0145030df106e60e5d99149d69810db23b869ff0d3c9d236279a5a7bbb6b3/data?verify=1717981716-SBcSxI0NcaxxqLAGDdyWNFQUVxE%3D: dial tcp 199.59.148.222:443: i/o timeout

Could you kindly share it with me with another way? Like google drive?

Thanks,

Tian

@tiansiyuan
Copy link
Contributor

I managed to build the image myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants