Commit Graph

4 Commits

Author SHA1 Message Date
Travis Herbranson
ac168576ce chore: remove uv-init leftover stub main.py
Untouched `uv init` placeholder (print("Hello from instamesh-docker!")). Not
imported, not wired as an entry point, and documented in this repo's
own README/CLAUDE.md as leftover scaffolding not on the build path.
2026-05-22 20:22:29 -04:00
Travis Herbranson
92ca7253c7 added gitmodules files and other setting updates 2026-05-22 17:49:15 -04:00
Travis Herbranson
5cff79d211 docs: add CLAUDE.md + initial README
Repo had a 0-byte README and no CLAUDE.md.

README: requirements (NVIDIA GPU + CUDA 12.1 + ≥12GB VRAM), build/run
quickstart, project structure, callout that the root-level uv
scaffolding is not part of the build path.

CLAUDE.md captures the three upstream patches that are deliberately
applied (CUDA 12.1 pin, dedup'd conda create, onnxruntime fix for
upstream issue #175), the intentional `|| true` on bulk pip install
(nvdiffrast needs --no-build-isolation), build performance gotchas,
and the absence of an outputs bind mount.

Untracked .python-version / InstantMesh/ / uv.lock left out of this commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 07:22:25 -04:00
Travis Herbranson
3a8765adce InstantMesh Docker deployment — CUDA 12.1, onnxruntime fix, GPU compose 2026-04-30 18:54:39 -04:00