File size: 216 Bytes
848c832 |
1 2 3 4 5 6 7 8 9 10 11 |
version: '3.9'
services:
stable-diffusion:
build:
context: .
dockerfile: Dockerfile
volumes:
# - /tmp/cache:/root/.cache
- /tmp/output:/tmp/output
# - /tmp/models:/root/models
|