mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-23 23:49:38 +08:00
11 lines
180 B
YAML
11 lines
180 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
streamlit:
|
|
build: ./streamlit
|
|
ports:
|
|
- "8501:8501"
|
|
volumes:
|
|
- ./llmops/src/rag_cot/chroma_db:/app/llmops/src/rag_cot/chroma_db
|
|
|