Skip to content

Add Examples Docker Support With Webui#51

Open
foasho wants to merge 3 commits intoVAST-AI-Research:mainfrom
foasho:feature/add-docker-examples
Open

Add Examples Docker Support With Webui#51
foasho wants to merge 3 commits intoVAST-AI-Research:mainfrom
foasho:feature/add-docker-examples

Conversation

@foasho
Copy link

@foasho foasho commented May 26, 2025

Summary

This PR adds a Docker-based WebUI setup for TripoSG, making it easier to run the application in a containerized environment with CUDA support. The setup includes:

  • Dockerfile with CUDA 11.8.0 and cuDNN 8 support
  • docker-compose.yml for easy deployment
  • Gradio-based WebUI implementation (app.py)
  • Comprehensive setup guide in README.md

NOTES: require docker desktop settings -> WSL distro is OFF

Setup Instructions

  1. Copy the Docker setup files to the project root:
rsync -aP examples/docker-wsl-with-webui/ ./
  1. Build and run the container:
docker-compose build
docker-compose up -d
  1. Access the WebUI at http://localhost:7860

WebUI (Gradio)

separating tab Image / Scribble
available pushing on the Generate 3D Model Button

Image to 3D

image

Scribble to 3D

image

@kagerage76
Copy link

I need help with this.

I can't find where to create a new docker in pycharm or to check if WSL distro is disabled. I tried installing Linux on my windows and checked a bunch of permissions for enabling Linux and I have no idea where I went to find those permissions.

Additionally, how do I paste the folder to project root? I clicked paste and I am not sure if it registered or not.

Thanks

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.

2 participants