1
0
Fork 0
stable-diffusion-amd/docker-compose.yml

23 lines
555 B
YAML
Raw Normal View History

version: "3"
services:
stable-diffusion:
build: .
environment:
- HSA_OVERRIDE_GFX_VERSION=10.3.0
- COMMANDLINE_ARGS=--precision full --no-half
network_mode: host
# for 5700xt compat
# ref: https://old.reddit.com/r/StableDiffusion/comments/ww436j/howto_stable_diffusion_on_an_amd_gpu/imcpmo8/
devices:
- /dev/kfd
- /dev/dri
volumes:
- ./shared:/shared
working_dir: /shared
group_add:
- video
ipc: host
cap_add:
- SYS_PTRACE
security_opt:
- seccomp=unconfined