Skip to content

Commit b36113b

Browse files
authored
Update shell (#134)
Closes #133
1 parent b60c787 commit b36113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
FROM alpine/git:2.36.2 as download
44

5+
SHELL ["/bin/sh", "-ceuxo", "pipefail"]
56

67
RUN git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion && cd repositories/stable-diffusion && git reset --hard 69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc
78

89
RUN git clone https://github.com/sczhou/CodeFormer.git repositories/CodeFormer && cd repositories/CodeFormer && git reset --hard c5b4593074ba6214284d6acd5f1719b6c5d739af
910
RUN git clone https://github.com/salesforce/BLIP.git repositories/BLIP && cd repositories/BLIP && git reset --hard 48211a1594f1321b00f14c9f7a5b4813144b2fb9
10-
# RUN git clone https://github.com/Hafiidz/latent-diffusion.git repositories/latent-diffusion && cd repositories/latent-diffusion && git reset --hard abf33e7002d59d9085081bce93ec798dcabd49af
1111

1212
RUN <<EOF
1313
# because taming-transformers is huge

0 commit comments

Comments
 (0)