mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-23 07:23:32 +08:00
11 lines
227 B
YAML
11 lines
227 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
streamlit:
|
|
build: ./streamlit
|
|
platform: linux/amd64
|
|
ports:
|
|
- "8501:8501"
|
|
volumes:
|
|
- ./llmops/src/rag_cot_evaluation/chroma_db:/app/llmops/src/rag_cot_evaluation/chroma_db
|