wsws-chatbot / .devcontainer /docker-compose.yml
jugarte00's picture
Upload folder using huggingface_hub
04595e7 verified
raw
history blame contribute delete
322 Bytes
services:
dev:
profiles:
- devcontainer
build: dev
volumes:
- ../..:/workspaces:cached
- ..:/workspaces/article-embedding:cached
command: sleep infinity
qdrant:
image: qdrant/qdrant
ports:
- "6333:6333"
volumes:
- qdrant:/qdrant/storage:z
volumes:
qdrant: