Skip to content

Instantly share code, notes, and snippets.

@BloodBlight
BloodBlight / Dockerfile
Last active October 19, 2023 16:12 — forked from In-line/Dockerfile
AMD 7900 XTX Stable Diffusion Web UI docker container (ROCM 5.6)
#docker run -ti rocm/composable_kernel:ck_ub20.04_rocm5.6 bash
FROM rocm/composable_kernel:ck_ub20.04_rocm5.6
RUN mkdir /SD
# Clone SD
WORKDIR /SD
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
WORKDIR /SD/stable-diffusion-webui
RUN git reset --hard 22bcc7be428c94e9408f589966c2040187245d81