This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM rocm/composable_kernel:ck_ub20.04_rocm5.5_rc4 | |
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 |