Skip to content

Conversation

@hanish93
Copy link

@hanish93 hanish93 commented Jun 7, 2025

This commit introduces a Dockerfile to containerize the Video-ChatGPT application.

Key changes:

  • Added a Dockerfile that sets up a Conda environment with Python 3.10, installs dependencies from requirements.txt, and compiles FlashAttention.
  • Included an NVIDIA CUDA base image for GPU support.
  • Added a .dockerignore file to exclude unnecessary files from the Docker build context, optimizing image size and build time.
  • Updated README.md with a new "Running with Docker" section, providing instructions on how to build the Docker image and run the container, including options for GPU access and running the Gradio demo.

This allows for easier setup and deployment of the application in a consistent environment.

google-labs-jules bot and others added 2 commits June 7, 2025 13:51
This commit introduces a Dockerfile to containerize the Video-ChatGPT application.

Key changes:
- Added a `Dockerfile` that sets up a Conda environment with Python 3.10, installs dependencies from `requirements.txt`, and compiles FlashAttention.
- Included an NVIDIA CUDA base image for GPU support.
- Added a `.dockerignore` file to exclude unnecessary files from the Docker build context, optimizing image size and build time.
- Updated `README.md` with a new "Running with Docker" section, providing instructions on how to build the Docker image and run the container, including options for GPU access and running the Gradio demo.

This allows for easier setup and deployment of the application in a consistent environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant