mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-09 08:24:08 +00:00
merge upstream
This commit is contained in:
parent
6081a26d25
commit
1d0a00f5d2
17 changed files with 203 additions and 94 deletions
|
|
@ -9,10 +9,11 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
RUN conda install python=3.8.5 && conda clean -a -y
|
||||
RUN conda install pytorch==1.11.0 torchvision==0.12.0 cudatoolkit=11.3 -c pytorch && conda clean -a -y
|
||||
|
||||
RUN apt-get update && apt install fonts-dejavu-core rsync -y && apt-get clean
|
||||
RUN apt-get update && apt install fonts-dejavu-core rsync gcc -y && apt-get clean
|
||||
|
||||
|
||||
RUN <<EOF
|
||||
git config --global http.postBuffer 1048576000
|
||||
git clone https://github.com/sd-webui/stable-diffusion-webui.git stable-diffusion
|
||||
cd stable-diffusion
|
||||
git reset --hard 7623a5734740025d79b710f3744bff9276e1467b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue