Spaces:
Running
on
T4
Running
on
T4
File size: 123 Bytes
2e2148b |
1 2 3 4 5 6 7 8 9 |
services:
web:
build: .
ports:
- "8080:7860"
environment:
GEMINI_API_KEY: ${GEMINI_API_KEY}
|