Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Sep 23, 2023
1 parent c56645d commit c1106a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ RUN --mount=type=cache,target=/root/.cache/pip \
pip install --upgrade -r /requirements.txt --no-cache-dir && \
rm /requirements.txt

RUN --mount=type=cache,target=/root/.cache/pip \
cd stable-diffusion-webui && \
git fetch && \
git reset --hard ${SHA} && \
pip install -r requirements_versions.txt
ADD src .

COPY builder/cache.py /stable-diffusion-webui/cache.py
Expand Down

0 comments on commit c1106a9

Please sign in to comment.