* docs: correct spelling and formatting in Docker deployment guide * HuggingFace Spaces deployment documentation * docs: simplify introduction for HuggingFace Spaces deployment guide * docs: Update Kubernetes deployment documentation with comprehensive improvements - Enhance Langflow Kubernetes deployment guide with clearer instructions - Improve formatting, add more precise configuration examples - Update service names, port forwarding, and scaling configuration details - Add more explicit links to Helm chart repositories and values files - Clarify runtime and IDE deployment sections with better explanations * docs: Add Docker flow packaging guide and enhance deployment documentation - Introduce new section on packaging Langflow flows as Docker images - Provide step-by-step instructions for creating custom Docker images with flows - Include example commands for building, running, and pushing Docker images - Minor formatting and clarity improvements to existing Docker deployment guide * docs: Refine Kubernetes and Docker deployment documentation - Streamline Docker and Kubernetes deployment guides - Improve clarity and conciseness of instructions - Add more precise examples for deploying Langflow with custom images - Enhance secret configuration and flow deployment explanations - Simplify formatting and remove redundant text * docs: Minor text refinements in Kubernetes and Docker deployment documentation - Update link text for Langflow runtime deployment - Correct capitalization and minor typos in deployment guides - Improve clarity of deployment section descriptions * revert-lockfiles * Revert "HuggingFace Spaces deployment documentation" This reverts commit 2943deb1e0964a05c6909d6e1afdf8bddf7173fb. * Remove lockfiles from PR * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * docs: Standardize deployment documentation titles * code-review * docs: Refactor deployment documentation for clarity and conciseness * shorten-nav-titles * code-review-and-cleanup * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * service * gcp * hf-spaces * railway-and-render * kubernetes * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> * remove-extra-heading * Apply suggestions from code review Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com> --------- Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
1.4 KiB
| title | slug |
|---|---|
| Deploy Langflow on Google Cloud Platform | /deployment-gcp |
This guide demonstrates deploying Langflow on Google Cloud Platform.
To deploy Langflow on Google Cloud Platform using Cloud Shell, use the below script.
The script guides you through setting up a Debian-based VM with the Langflow package, Nginx, and the necessary configurations to run the Langflow dev environment in GCP.
Prerequisites
- A Google Cloud project with the necessary permissions to create resources
Deploy Langflow in GCP
-
Click the following button to launch Cloud Shell:
-
Click Trust repo. Some gcloud commands may not run in an ephemeral Cloud Shell environment.
-
Click Start and follow the tutorial to deploy Langflow.
Pricing
This deployment uses a spot (preemptible) instance, which is a cost-effective option for running Langflow. However, due to the nature of spot instances, the VM may be terminated at any time if Google Cloud needs to reclaim the resources.
For more information, see the GCP pricing calculator.