Setup-Flowise-on-Hugging-Face

There are many ways to install/deploy Flowise (Chatflow), this tutorial will be using Hugging Face to host Flowise.
Login to Hugging Face 🤗.

Step 1: Create a new space

Give the space a name and a short description. Then select Docker as the SDK. Image

Image

Step 2: Set the Environment Variables

Click on Settings and scroll down to find New Variable.
Image

Enter “PORT” in the name field, and “7860” in the Value field.
Image

Step 3: Create a Docker file

File tab > Contribute > Create a new file
Image

Go to https://docs.flowiseai.com/configuration/deployment /hugging-face to copy the Dockerfile text.
Image

Image

Hugging Face will start building the new space, this step will take about 5 - 10mins. Image

Once building is completed, the Flowise space will be created and running.
Image

End of Flowise setup. Back to Projects Portfoilio