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
Screenshot from 2026-05-13 19-20-16

Next, Iโ€™m planning to explore AI-powered log analysis and AIOps workflows for DevOps/SRE use cases.

Sign up or log in to comment