# syntax=docker/dockerfile:1 FROM alpine/git:2.36.2 as download RUN git clone --depth 1 https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion RUN git clone --depth 1 https://github.com/sczhou/CodeFormer.git repositories/CodeFormer RUN git clone --depth 1 https://github.com/salesforce/BLIP.git repositories/BLIP RUN <