Repair to install wget by apt-get instead of pip.
This commit is contained in:
parent
1a75d3a68f
commit
fafde9f50e
@ -1,7 +1,7 @@
|
||||
FROM python:3.11.3-slim-bullseye
|
||||
COPY ./requirements.txt /
|
||||
RUN apt-get update \
|
||||
&& apt-get install libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \
|
||||
&& apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
||||
@ -21,7 +21,4 @@ controlnet_aux
|
||||
pyyaml
|
||||
|
||||
# Use the below in 'download_from_original_stable_diffusion_ckpt'.
|
||||
omegaconf==2.3.0
|
||||
|
||||
# Another tools
|
||||
wget==3.2
|
||||
omegaconf==2.3.0
|
||||
Loading…
x
Reference in New Issue
Block a user