There are many ways to install/deploy Flowise (Chatflow), this tutorial will be using Hugging Face to host Flowise.
Login to Hugging Face 🤗.
Give the space a name and a short description. Then select Docker as the SDK.
- Choose Blank for Docker Template
- Select CPU Basic for Space hardware
- Create Space
Click on Settings and scroll down to find New Variable.
Enter “PORT” in the name field, and “7860” in the Value field.
File tab > Contribute > Create a new file
Go to https://docs.flowiseai.com/configuration/deployment
/hugging-face to copy the Dockerfile text.
- Return to Hugging Face.
- Name the file “Dockerfile”
- Paste the Dockerfile text into the canvas and make two amendments shown below
- Commit new file
Hugging Face will start building the new space, this step will take about 5 - 10mins.
Once building is completed, the Flowise space will be created and running.
End of Flowise setup. Back to Projects Portfoilio