Spaces:
Sleeping
Sleeping
First public release of my AI-powered DevOps Dockerfile Generator
#1
by Upshivam786 - opened
๐ Just deployed my first AI-powered DevOps tool on Hugging Face Spaces.
This project generates production-ready Dockerfiles using open-source LLMs and Hugging Face inference APIs.
Built with:
- Gradio
- Python
- Hugging Face Spaces
- Qwen2.5-72B-Instruct
Main things I explored during this project:
- HF Spaces deployment
- inference API integration
- API token permissions
- model compatibility debugging
- Git/GitHub workflows
- deployment troubleshooting
One interesting challenge was debugging multiple provider/model compatibility issues before getting a stable Qwen2.5 deployment working successfully.
๐ Live Space:
https://huggingface.co/spaces/Upshivam786/my-devops-space
Next, Iโm planning to explore AI-powered log analysis and AIOps workflows for DevOps/SRE use cases.