What problem does it solve?
This Skill tackles the complexities of Python application delivery, specifically addressing "Python environment dependency hell" and simplifying "Docker image deployment" for seamless application deployment.
Core Features & Use Cases
- Containerization: Creates optimized Docker images for Python/AI applications, including multi-stage builds and GPU support.
- Environment Management: Provides best practices for
.env file management and secure CI/CD secret injection.
- CI/CD Automation: Includes example GitHub Actions workflows for linting, testing, and automated image building and pushing.
- Deployment Standardization: Offers a
docker-compose.yml template for orchestrating services and an environment self-check script for pre-deployment validation.
Quick Start
Use the devops-delivery skill to create a Dockerfile for a Python application that uses FastAPI and requires GPU support.