| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add conda-free setup: Dockerfile, docker-compose, venv script, README install docs for CUDA 12.1.
|
@microsoft-github-policy-service agree |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What
Adds a reproducible, conda-free way to run the image-to-3D Gradio demo (app.py) on a Linux server with an NVIDIA GPU, plus a plain venv script for non-Docker users. Aimed at people who hit friction setting the project up today on modern dependency versions.
Added
Fixes folded in (needed to run on current dep versions)
Verification
Built and verified serving on 2× RTX 4090 (CUDA 13.x driver):
docker compose up --build # -> Running on local URL: http://0.0.0.0:7860 curl -s -o /dev/null -w "%{http_code}\n" http://localhost:7860 # 200The existing conda setup.sh is left untouched; this is purely additive.