mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-05 07:04:22 +01:00
wget is needed for gdown
This commit is contained in:
parent
31e4dec08f
commit
b92ad51186
|
|
@ -22,6 +22,7 @@ RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffus
|
||||||
|
|
||||||
FROM python:3.10-slim as xformers
|
FROM python:3.10-slim as xformers
|
||||||
SHELL ["/bin/bash", "-ceuxo", "pipefail"]
|
SHELL ["/bin/bash", "-ceuxo", "pipefail"]
|
||||||
|
RUN apt-get update && apt-get install -y wget && apt-get clean
|
||||||
RUN pip install gdown
|
RUN pip install gdown
|
||||||
RUN gdown https://drive.google.com/uc?id=1SqwicrLx1TrG_sbbEoIF_3TUHd4EYSmw -O /wheel.whl
|
RUN gdown https://drive.google.com/uc?id=1SqwicrLx1TrG_sbbEoIF_3TUHd4EYSmw -O /wheel.whl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue