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

Run Triton Server in local docker registry #470

Open
MikhailKravets opened this issue May 28, 2023 · 0 comments
Open

Run Triton Server in local docker registry #470

MikhailKravets opened this issue May 28, 2023 · 0 comments

Comments

@MikhailKravets
Copy link

I set up minikube cluster with the local private container registry following the instructions Yatai. 3. Prepare Container Registry. Then I want to deploy a model which uses nvcr.io/nvidia/tritonserver:23.04-py3 as a base image. But I get an error from yatai-image-builder pod

error checking push permissions 
-- make sure you entered the correct tag name, and that you are authenticated correctly, and try again:
checking push permission for "docker-registry.yatai-image-builder.svc.cluster.local:5000/yatai-bentos:yatai.image_models.vc4zx5x5j2mueaib": creating push check transport for docker-registry.yatai-image-builder.svc.cluster.local:5000 failed: 
Get "https://docker-registry.yatai-image-builder.svc.cluster.local:5000/v2/": dial tcp 10.103.223.165:5000: connect: connection refused; 
Get "http://docker-registry.yatai-image-builder.svc.cluster.local:5000/v2/": dial tcp 10.103.223.165:5000: connect: connection refused 

May it happen because of insecure local registry 🤔?

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

1 participant