chainlit_doc / docker-compose.yml
heyday1234's picture
"Medical Document Assistant APP with LLM RAG framework --YY
8c832a3 verified
raw
history blame contribute delete
166 Bytes
services:
aiworkshop:
image: aiworkshop:latest
build: .
ports:
- "7860:7860"
# command:
# - chainlit run /app/model.py --server.port 8080