Spaces:
Running
Running
File size: 327 Bytes
04e6c77 f9202c2 | 1 2 3 4 5 6 7 8 9 10 11 12 | services:
agent-bench:
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- "8000:8000"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
# No volume mount — container uses its own build-time ingested store.
# The image is self-contained: model + store are baked in at build.
|