aimingmed-ai/app/docker-compose.yml
2025-03-07 13:01:39 +08:00

10 lines
201 B
YAML

version: "3.9"
services:
streamlit:
build: ./streamlit
ports:
- "8501:8501"
volumes:
- ./llmops/src/rag_cot_evaluation/chroma_db:/app/llmops/src/rag_cot_evaluation/chroma_db