Registry.hf.space down?

it looks like all images on the registry are failing for Feb 2025

I can auth to the registry:

❯ docker login registry.hf.space
Authenticating with existing credentials...
Login Succeeded

but all images fail

❯ docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/microsoft-hugginggpt:latest python app.py
Unable to find image 'registry.hf.space/microsoft-hugginggpt:latest' locally
docker: Error response from daemon: unauthorized:.

searching the registry reveals zero images

❯ docker search registry.hf.space
NAME      DESCRIPTION   STARS     OFFICIAL
1 Like

In addition to the server causing an error, it seems that Docker’s cache may be causing problems.