-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 docker image throws error #926
Comments
Problem seems the cuda image version. |
Thanks for the answer! I reported it also to fix for new users. docker run -p 51009:51000 -v $HOME/.cache:/home/cas/.cache --gpus all jinaai/clip-server:master-onnx onnx-flow.yml the encodes extracted from above server and when you remove --gpus all parameter (CPU) encodes are different. How can I avoid it? |
Hi pasa, i'am just guessing because i just started using this project. I think there could be several reasons for that:
but i wonder if you even get the same results on 2 different instances both running with gpu. kind regards |
Yes the base image from Nvidia with cuda == 11.6.0 was deleted, please use 11.6.2 instead
|
What do you mean the encodes are different? Can you show some examples? |
Hello,
Do you know how can I get "jinaai/clip-server:latest-onnx"'s dockerfile?
Building&Running from repo with PIP_TAG=onnx maybe 3 months ago works well but vector values are different with latest-onnx.
Also, I tried today
As I said it was working but it is not working anymore. It throws:
manifest for nvidia/cuda:11.6.0-devel-ubuntu20.04 not found: manifest unknown: manifest unknown
I was talked also in : issue
In short, Is there any chance can we have "jinaai/clip-server:latest-onnx"'s dockerfile?
The text was updated successfully, but these errors were encountered: