mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Update Dockerfile.rocm
This commit is contained in:
parent
6615a2cd37
commit
d5fe95f9a6
|
|
@ -2,6 +2,8 @@ FROM alpine/git:2.36.2 as download
|
||||||
|
|
||||||
COPY clone.sh /clone.sh
|
COPY clone.sh /clone.sh
|
||||||
|
|
||||||
|
RUN rm -rf "/usr/local/share/boost"
|
||||||
|
RUN rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
|
|
||||||
RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf \
|
RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf \
|
||||||
&& rm -rf assets data/**/*.png data/**/*.jpg data/**/*.gif
|
&& rm -rf assets data/**/*.png data/**/*.jpg data/**/*.gif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue