"Unable to find image registry.hf.space/digitiamosrl-recsys-and-customer-segmentation:latest locally" ???

#1
by rotkehlchen - opened

Hi all. Relatively new user, but I've hunted and come up empty. This looks like a current space, but when I try the suggested docker command, I get "Unable to find image 'registry.hf.space/digitiamosrl-recsys-and-customer-segmentation:latest' locally" and "failed to register layer" at the end.

Am I missing something basic??

Digitiamo org

Thanks for reaching out. The first error you get is quite common because the first time an image is downloaded will not be locally available. The second error depends on lots of factors, such as the architecture that you use, the operating system, the docker version, etc. Did you follow the instructions that Hugging Face provides while downloading an image, such as enabling containerd? I suggest you try these tricks first, together with a local clean of your docker cache -- docker buildx prune and such.

If this also doesn't work, you could still download the source code, install dependencies, and locally run the application.

If problems persist, please provide more insight about your machine, docker version, and the specific logs that you get.

Hope this can help.

I am not getting these model

Digitiamo org

Which model are you referring? Do you mean an actual ML model? If so, you'll not find it because the model is fitted every time the docker container starts, there's no checkpoint for the model.

Sign up or log in to comment