diff --git a/scripts/gcp/deploy_langflow_gcp.sh b/scripts/gcp/deploy_langflow_gcp.sh index cae2d0c93..cdb8e209f 100644 --- a/scripts/gcp/deploy_langflow_gcp.sh +++ b/scripts/gcp/deploy_langflow_gcp.sh @@ -48,8 +48,10 @@ apt -y upgrade # Install Python 3 pip, Langflow, and Nginx apt -y install python3-pip -pip install langflow -langflow --host 0.0.0.0 --port 7860 +pip3 install pip -U +apt -y update +pip3 install langflow +langflow run --host 0.0.0.0 --port 7860 EOF )