Is this space still working?

#13
by Oninikanabo - opened

I tried to create a new docker space with the jupyter container, but had no success:

  • Creating a private space resulted in a 404 for the login page
  • Creating a public space showed the login page but entering the token (tested it with default and own token) and clicking "Log in" returned me to the login page without any error message.

I created the spaces with ephemeral storage and basic CPU, using the browser Chrome Version 126.0.6478.183 an a Windows 10 machine.

An example is the space Oninikanabo/jupyter which I created with default token huggingface .

Hey @Oninikanabo have you tried clicking on the "duplicate space" button to create your own duplicate? I just tested it and it worked with the default pw huggingface

For anyone jumping in here, this had to do with security settings in my main browser. My every day browser is Firefox set to not run unnecessary scripts by default and strict cookies mode. Mozilla aims to not block necessary scripts for the site to run but some cases this can fail. So if you have a typically locked down browser for your every day browsing, I recommend either setting up an alternative less private browsing experience for stuff like this. I personally have a threat model that is open to sites like HuggingFace's privacy policy which clearly state the third parties they share any information they get from me while using their site. So I just use Brave (as chromium-based browsers also tends to be the most supported) and have those settings run a bit more relaxed.

If your threat model is greater than this, you should tweak your browser settings to include the minimum necessary scripts required to run this space, or work with your browser to notify them some necessary scripts are not included to run HF spaces properly.

@bitsondatadev : you can also run "create a new space" , click docker, and choose the template - hope this helps !

Sign up or log in to comment