Skip to content

Commit

Permalink
Added workaround for httpcore issue l1na-forever#12
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrian committed Apr 13, 2023
1 parent ce54f73 commit 48bda53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update && \
source venv/bin/activate && \
python -m pip install --upgrade pip wheel && \
python -m $TORCH_COMMAND && \
python -m pip install --force-reinstall httpcore==0.15 && \
echo "Downloading SDv1.4 Model File.." && \
curl -o models/Stable-diffusion/model.ckpt https://www.googleapis.com/storage/v1/b/aai-blog-files/o/sd-v1-4.ckpt?alt=media

Expand Down

0 comments on commit 48bda53

Please sign in to comment.