wget is needed for gdown

This commit is contained in:
redthing1 2022-10-19 15:50:45 -07:00
parent 31e4dec08f
commit b92ad51186
No known key found for this signature in database
GPG key ID: E6BB1BF2F869ECC9

View file

@ -22,6 +22,7 @@ RUN git clone https://github.com/crowsonkb/k-diffusion.git repositories/k-diffus
FROM python:3.10-slim as xformers
SHELL ["/bin/bash", "-ceuxo", "pipefail"]
RUN apt-get update && apt-get install -y wget && apt-get clean
RUN pip install gdown
RUN gdown https://drive.google.com/uc?id=1SqwicrLx1TrG_sbbEoIF_3TUHd4EYSmw -O /wheel.whl