langflow/scripts/gcp
Hakeem Abbas eb60b039fb
fix gcp deployment script (#1937)
Resolved an issue with installing and running Langflow. The initial installation via pip install langflow and subsequent command langflow --host 0.0.0.0 --port 7860 encountered errors. The solution involved:

Upgrading pip to the latest version.
Updating the system packages.
Reinstalling Langflow with pip3.
Adjusting the execution command to langflow run --host 0.0.0.0 --port 7860.
2024-05-21 14:18:29 -07:00
..
deploy_langflow_gcp.sh fix gcp deployment script (#1937) 2024-05-21 14:18:29 -07:00
deploy_langflow_gcp_spot.sh 📦 chore(deploy_langflow_gcp.sh): add script to deploy Langflow on Google Cloud Platform 2023-08-16 15:39:08 -03:00
walkthroughtutorial.md 📦 chore(deploy_langflow_gcp.sh): add script to deploy Langflow on Google Cloud Platform 2023-08-16 15:39:08 -03:00
walkthroughtutorial_spot.md 📦 chore(deploy_langflow_gcp.sh): add script to deploy Langflow on Google Cloud Platform 2023-08-16 15:39:08 -03:00