File size: 164 Bytes
13188b8 | 1 2 3 4 5 6 7 8 | services:
binding-predictor:
build: .
container_name: binding-app
ports:
- "8000:7860"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY} |
13188b8 | 1 2 3 4 5 6 7 8 | services:
binding-predictor:
build: .
container_name: binding-app
ports:
- "8000:7860"
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY} |