Add Dockerfile, Cloud Build config, and deployment guide for Google C…#427
Open
ariaemaan wants to merge 2 commits intoWan-Video:mainfrom
Open
Add Dockerfile, Cloud Build config, and deployment guide for Google C…#427ariaemaan wants to merge 2 commits intoWan-Video:mainfrom
ariaemaan wants to merge 2 commits intoWan-Video:mainfrom
Conversation
…loud
This commit introduces the necessary files and documentation to enable
deployment of the Wan video generation application to Google Cloud Platform.
Key additions:
- Dockerfile: Defines the container image, using an NVIDIA PyTorch base
image and including special handling for flash-attn installation.
It allows for configurable Gradio application startup.
- cloudbuild.yaml: Provides a Google Cloud Build configuration to automate
the Docker image build and push process to Google Artifact Registry.
- DEPLOY_GCLOUD.md: A comprehensive guide detailing the steps to:
- Set up prerequisites on GCP.
- Configure and run Cloud Build.
- Deploy the container to Cloud Run (with CPU and GPU options).
- Deploy the container to Vertex AI Endpoints.
- Troubleshoot common issues and select appropriate machine resources.
These changes aim to simplify and standardize the deployment process on
Google Cloud, addressing potential issues related to dependencies and
environment configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…loud
This commit introduces the necessary files and documentation to enable deployment of the Wan video generation application to Google Cloud Platform.
Key additions:
These changes aim to simplify and standardize the deployment process on Google Cloud, addressing potential issues related to dependencies and environment configuration.