-
Notifications
You must be signed in to change notification settings - Fork 161
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
wrong linux/amd64 docker image #164
Comments
It looks like the GH Action runner is getting out of space - https://github.com/codelion/optillm/actions/runs/13032992652 ![]() Are you able to build the container locally? |
just finished building without error. And it's really huge for proxy. I see torch and cudnn as pypi dependency, do we really need that for proxy only image? |
We don't need those for proxy, I suspect it is sneaking in transitively via some other dependency here - https://github.com/codelion/optillm/blob/main/requirements_proxy_only.txt I will review and fix it in next release. |
Oh, my bad, I did not use Dockerfile.proxy_only, I'll try it again now |
0.1.4-proxy: Pulling from codelion/optillm no matching manifest for linux/amd64 in the manifest list entries
I encountered this error when pulling and it turns out there's no linux/amd64 but only unknown/unknown in the registry
I've checked https://github.com/codelion/optillm/blob/main/.github/workflows/publish.yml but couldn't find what's wrong
The text was updated successfully, but these errors were encountered: