Spaces:
Running
on
T4
Running
on
T4
chore: Update Dockerfile and docker-compose.yml for Gradio server port configuration
f9493cb
services: | |
web: | |
build: . | |
ports: | |
- "8080:8080" | |
environment: | |
GEMINI_API_KEY: ${GEMINI_API_KEY} | |