Spaces:
Sleeping
Sleeping
metadata
title: Docker Space Demo
emoji: 🚀
colorFrom: purple
colorTo: blue
sdk: docker
app_port: 7860
Docker Space Demo
A lightweight Docker-based Hugging Face Space with core features.
Core Features
- REST API - JSON endpoints for data exchange
- Health Check -
/api/healthendpoint for monitoring - HTML Frontend - Beautiful UI with gradient design
- Environment Variables - Production-ready configuration
API Endpoints
GET /- Main frontend pageGET /api/health- Health check endpointGET /api/info- Application information
Quick Start
The space automatically builds from the Dockerfile. Visit your space URL to see the demo!
Local Development
# Build and run locally
docker build -t docker-space .
docker run -p 7860:7860 docker-space