mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
remove curl from dockerfile
accidentally slipped in i assume
This commit is contained in:
parent
c022cacc3a
commit
252f892182
|
|
@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
# instead, update the repo state in a later step
|
||||
|
||||
# TODO: either remove if fixed in A1111 (unlikely) or move to the top with other apt stuff
|
||||
RUN apt-get -y install libgoogle-perftools-dev curl && apt-get clean
|
||||
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
|
||||
ENV LD_PRELOAD=libtcmalloc.so
|
||||
|
||||
ARG SHA=68f336bd994bed5442ad95bad6b6ad5564a5409a
|
||||
|
|
|
|||
Loading…
Reference in a new issue