Dani

Results 6 comments of Dani

Steps to reproduce the behavior: 1. Create a Flowise server in Hugging Face following documentation using the same Dockerfile [ Link: [HF Flowise doc](https://docs.flowiseai.com/configuration/deployment/hugging-face) ]. And including the following variables...

> are you using the Dockerfile from the docs (https://docs.flowiseai.com/configuration/deployment/hugging-face#create-a-dockerfile) ? If not, can you copy paste your HF Dockerfile? I just tested with the exact Dockerfile from the docs,...

> now you would need HF persistent disk, however I couldnt find a way to attach persistent diskt to Dockerfile, that's what causing it to logout as soon as you...

> yep you can specify a specific version in the Dockerfile > > `npm install -g [email protected]` > > HF Spaces with Dockerfile is different, it doesnt really works as...

Now it works, apparently the issue was fixed, thanks.

> I found that I had to set `SECRETKEY_PATH` as well as `FLOWISE_SECRETKEY_OVERWRITE` to fix this, when deployed as a container. I set it as `SECRETKEY_PATH=/root/.flowise` as per the README...