langflow/scripts
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
..
aws Fix AWS deployment (#1893) 2024-05-19 17:13:22 -07:00
gcp fix gcp deployment script (#1937) 2024-05-21 14:18:29 -07:00
setup Refactor update_poetry.sh script to install pipx and poetry dependencies 2024-05-02 17:07:58 -03:00
update_dependencies.py Update langflow-base dependency version (#1601) 2024-04-04 03:39:10 -03:00