Replies: 5 comments 11 replies
-
Thank you for this project and instructions! I'm trying to get Langflow working without API calls to internet services like OpenAI. We have strong hardware making it possible to run our own embedding and llm models. Can we have GPU support for the Docker backend and models? |
Beta Was this translation helpful? Give feedback.
-
getting this error when i run through the above steps ERROR [7/7] RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi poerty library is installed in my python packages, not sure if this makes any sense |
Beta Was this translation helpful? Give feedback.
-
Received the error: ERROR [frontend builder-client 6/6] RUN npm install --loglevel warn 198.4s - Now what? |
Beta Was this translation helpful? Give feedback.
-
I followed the steps, and everything went smoothly. I created an account (several actually), but have yet to receive a verification email to complete the login. I'm stuck on this page: |
Beta Was this translation helpful? Give feedback.
-
Could these instructions be reviewed? The last docker command is not working. It is unable to find the configuration file. Thanks |
Beta Was this translation helpful? Give feedback.
-
Here's a set of non-technical instructions to install and run LangFlow using Docker:
Install Docker Desktop:
Install Docker Compose:
Open the terminal application on your computer:
Navigate to the folder where you want to download LangFlow (for example, your Documents folder). In the terminal, type the following command and press Enter:
Clone the LangFlow GitHub repository by typing the following command in the terminal and pressing Enter:
This process may take some time as it downloads and installs the required components.
Once the installation is complete and you see messages indicating the application is running, open your web browser and go to the following address: http://localhost:3000/
You can now use LangFlow in your browser! When you're done using LangFlow, go back to the terminal and press
Ctrl+C
to stop the application.To remove the Docker containers and associated resources, type the following command in the terminal and press Enter:
I hope these instructions are helpful for non-technical users. Let me know if you need further clarification or assistance. This worked for me. Let me know if you have anything to add or I got something wrong. Thanks LangFlow team!!!
Beta Was this translation helpful? Give feedback.
All reactions