SIGN IN SIGN UP

利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.

0 0 14 Python

feat: add GPU support via Dockerfile.gpu and docker-compose.gpu.yml

- Restore original Dockerfile and docker-compose.yml (no breaking changes)
- Add Dockerfile.gpu with NVIDIA CUDA 12.1 base image
- Add docker-compose.gpu.yml as compose override for GPU deployment
- Update GPU deployment documentation with both CPU and GPU instructions

CPU users: docker compose up -d (unchanged)
GPU users: docker compose -f docker-compose.yml -f docker-compose.gpu.yml up -d

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
S
SUMDDOS committed
39d5894992ce6b896abca3bee3e958e203d6a10e
Parent: a301ee7