mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
cleanup
This commit is contained in:
parent
738851bb80
commit
ea82e7d7f9
|
|
@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
|
|||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip pip install torch==1.13.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
|
||||
|
||||
RUN apt-get update && apt install fonts-dejavu-core rsync git jq moreutils -y && apt-get clean
|
||||
RUN apt update && apt install -y git && apt clean
|
||||
|
||||
ARG BRANCH=master SHA=ee46bef03a98903831c01d31094a0c30ea411b28
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue