Skip to content

Unable to push ai model to local docker registry #337

@wingertjp

Description

@wingertjp

Host registry : docker run -d -p 5000:5000 --name registry registry:3

Pull model: `docker model pull ai/smollm2

Tag downloaded model: docker model tag ai/smollm2 localhost:5000/ai/smoll2

Try to push tagged ai model : docker model push localhost:5000/ai/smoll2:latest

I get thi error :

Uploaded: 0.00 MB
Failed to push model: error pushing model: Error: write to registry "localhost:5000/ai/smoll2:latest": Get "https://localhost:5000/v2/": dial tcp [::1]:5000: connect: connection refused; Get "http://localhost:5000/v2/": dial tcp [::1]:5000: connect: connection refused

PS: I can push regular docker images like busybox

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions