models-web-app icon indicating copy to clipboard operation
models-web-app copied to clipboard

ARM64 builds missing from image registry

Open otterley opened this issue 2 years ago • 4 comments

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.

otterley avatar Jul 21 '23 18:07 otterley

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 avatar Aug 22 '23 15:08 SiddharthPant

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

SiddharthPant avatar Aug 22 '23 19:08 SiddharthPant

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 avatar Jun 10 '24 00:06 tiansiyuan

I managed to build the image myself.

tiansiyuan avatar Jun 11 '24 23:06 tiansiyuan