Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Docker Setup and Update Documentation for LivePortrait #121

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    b0ad5dc View commit details
    Browse the repository at this point in the history
  2. 🚀 [feat] Add Docker Compose setup for LivePortrait

    - Configured Docker Compose with NVIDIA GPU support and necessary resources. Deployed a Python application, exposing it on port 8890. This allows for easy setup and scalability of the LivePortrait project.
    Sunwood-ai-labs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    661fc0e View commit details
    Browse the repository at this point in the history
  3. 🔧 [feat] Create Dockerfile for environment setup

    - Introduced a Dockerfile based on NVIDIA CUDA and Ubuntu with essential packages and Python dependencies for the LivePortrait application. Ensured the system is prepared for high-performance operations with GPU support.
    Sunwood-ai-labs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    01c6252 View commit details
    Browse the repository at this point in the history
  4. 📦 [feat] Define Python package requirements for LivePortrait

    - Listed all necessary Python libraries including PyTorch, OpenCV, and other multimedia and data processing libraries to ensure compatibility and functionality of the LivePortrait project.
    Sunwood-ai-labs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3eea71c View commit details
    Browse the repository at this point in the history
  5. 📄 [docs] Add comprehensive documentation in Japanese for LivePortrait

    - Detailed the LivePortrait project's features, setup instructions, and recent updates in Japanese to provide guidance and context to the Japanese-speaking users.
    Sunwood-ai-labs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    473bce5 View commit details
    Browse the repository at this point in the history
  6. 🌐 [docs] Update main README with Docker Compose instructions and Japa…

    …nese doc link
    
    - Enhanced the README with Docker Compose setup instructions and added a link to the Japanese documentation, improving accessibility and usability for both English and Japanese speaking users.
    Sunwood-ai-labs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    32788c6 View commit details
    Browse the repository at this point in the history
  7. 🐳 [feat] Enhance Docker setup for LivePortrait

    - Updated the base image to NVIDIA CUDA 12.0.1 and installed essential system packages.
    - Upgraded pip and installed required Python libraries from requirements.txt.
    - Set the Asia/Tokyo timezone and specified the working directory to /LivePortrait.
    Sunwood-ai-labs committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8876f16 View commit details
    Browse the repository at this point in the history