Add enhanced Docker setup with management tools and CUDA 13.0 support#340
Open
loserbcc wants to merge 1 commit intoace-step:mainfrom
Open
Add enhanced Docker setup with management tools and CUDA 13.0 support#340loserbcc wants to merge 1 commit intoace-step:mainfrom
loserbcc wants to merge 1 commit intoace-step:mainfrom
Conversation
This commit adds a complete Docker containerization solution for ACE-Step: Features: - Optimized Dockerfile for CUDA 13.0/RTX 5090 - Docker Compose configuration with GPU support - Management script with easy commands (start/stop/logs/rebuild) - Quick launcher script (ace-docker) for simple usage - Comprehensive documentation (DOCKER.md) - Helper scripts for different quality settings - CPU offload enabled (~0.4GB VRAM usage) - Persistent volumes for checkpoints, outputs, and logs Quick start: ./ace-docker # Start ACE-Step ./docker-manage.sh # Full management interface Access at: http://localhost:7866 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
thank you so much! I have an RTX 5070 and you saved me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive Docker containerization solution for ACE-Step, optimized for modern NVIDIA GPUs and production deployment.
Features
🐳 Docker Infrastructure
Dockerfile.scorpy) with CUDA 13.0 support for RTX 5090 and newer GPUs🛠️ Management Tools
ace-docker) - Single command to start/stop/managedocker-manage.sh) - Complete lifecycle management⚡ Performance Optimizations
Usage
Access the web interface at: http://localhost:7866
Files Added
.dockerignore- Build optimizationDockerfile.scorpy- CUDA 13.0 optimized builddocker-compose.scorpy.yml- Container orchestrationdocker-manage.sh- Management scriptace-docker- Quick launcherDOCKER.md- Complete documentationTesting
This setup has been tested and verified working on:
Notes
.scorpysuffix to avoid conflicts with existing Docker filesDocumentation
Complete setup instructions, troubleshooting, and advanced usage examples are included in
DOCKER.md.🤖 Generated with Claude Code