langflow/scripts/gcp/GCP_DEPLOYMENT.md
Gabriel Luiz Freitas Almeida 56f13c918b
Reorganize repo (#1971)
* chore: Update dockerfile paths and branch name in render.yaml and release.yml

* chore(readthedocs.yaml): remove .readthedocs.yaml file as it is no longer needed
chore(base.Dockerfile): remove base.Dockerfile as it is no longer used in the project
feat(cdk-docker-compose.yml): add cdk-docker-compose.yml file to set up docker-compose for backend and frontend services

* move dockerignore

* chore: Remove test-results/.last-run.json file

* chore: Cache Node.js dependencies during workflow execution

* chore: Remove npm cache from workflow and cache Node.js dependencies

* chore: Update shardIndex and shardTotal values in typescript_test.yml workflow

* chore: Update Playwright test command with shard and worker options
2024-05-27 06:55:32 -07:00

2.8 KiB

Run Langflow from a New Google Cloud Project

This guide will help you set up a Langflow development VM in a Google Cloud Platform project using Google Cloud Shell.

Note

: When Cloud Shell opens, be sure to select Trust repo. Some gcloud commands might not run in an ephemeral Cloud Shell environment.

Standard VM

Open in Cloud Shell

This script sets up a Debian-based VM with the Langflow package, Nginx, and the necessary configurations to run the Langflow Dev environment.


Spot/Preemptible Instance

Open in Cloud Shell - Spot Instance

When running as a spot (preemptible) instance, the code and VM will behave the same way as in a regular instance, executing the startup script to configure the environment, install necessary dependencies, and run the Langflow application. However, due to the nature of spot instances, the VM may be terminated at any time if Google Cloud needs to reclaim the resources. This makes spot instances suitable for fault-tolerant, stateless, or interruptible workloads that can handle unexpected terminations and restarts.

Pricing (approximate)

For a more accurate breakdown of costs, please use the GCP Pricing Calculator

Component Regular Cost (Hourly) Regular Cost (Monthly) Spot/Preemptible Cost (Hourly) Spot/Preemptible Cost (Monthly) Notes
100 GB Disk - $10/month - $10/month Disk cost remains the same for both regular and Spot/Preemptible VMs
VM (n1-standard-4) $0.15/hr ~$108/month ~$0.04/hr ~$29/month The VM cost can be significantly reduced using a Spot/Preemptible instance
Total $0.15/hr ~$118/month ~$0.04/hr ~$39/month Total costs for running the VM and disk 24/7 for an entire month