I can't download Moseca image (Run with Docker)

#9
by nekiee13 - opened

I want to use Docker to run Moseca locally using Docker image from HF Space.

I'm receiving error:
"You are not authorized to download this Space's Docker images, because it is likely to contain sensitive secrets. You can contact the Space authors via the Community tab."

On 1st opening of Moseca space, there was a window with some "secret" and other fields, but I can't access it now.

I assume that Moseca Space requires me to login to Hugging Face’s Docker registry?

I prepared HF Read token, but just cant figure where to input it....

Owner

It seems like huggingface is now restricting docker pull from space with secrets, I guess I need to convert those secrets to normal env variables. I think the easiest way is to just duplicate this space or pull from github and build locally:
https://github.com/fabiogra/moseca

Sign up or log in to comment