fine-tuning-service / docker-compose.yaml
fashxp's picture
initial commit
7c4332a
raw
history blame contribute delete
224 Bytes
services:
server:
build:
context: .
ports:
- 7860:7860
develop:
watch:
- action: rebuild
path: .
volumes:
- python-cache:/home/user/.cache
volumes:
python-cache: