LLM_Comparison_Tool / docker-compose.yml
NeonClary
LLM Comparison Tool: deploy snapshot for Hugging Face Space (orphan history)
08b0543
raw
history blame contribute delete
199 Bytes
services:
app:
build: .
ports:
- "8000:8000"
env_file:
- .env
environment:
CORS_ORIGINS: "http://localhost:8000,http://localhost:3000"
restart: unless-stopped