mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove unnecessary wget
This commit is contained in:
parent
fb7a9f37e4
commit
c6c19f1b3c
@ -23,7 +23,6 @@ RUN apt update && apt upgrade -y \
|
|||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
pip \
|
pip \
|
||||||
python3 \
|
python3 \
|
||||||
wget \
|
|
||||||
&& git clone $GITHUB_STABLE_DIFFUSION
|
&& git clone $GITHUB_STABLE_DIFFUSION
|
||||||
|
|
||||||
# Install Anaconda or Miniconda
|
# Install Anaconda or Miniconda
|
||||||
@ -48,7 +47,6 @@ RUN git clone https://github.com/TencentARC/GFPGAN.git
|
|||||||
WORKDIR /GFPGAN
|
WORKDIR /GFPGAN
|
||||||
RUN pip3 install -r requirements.txt \
|
RUN pip3 install -r requirements.txt \
|
||||||
&& python3 setup.py develop \
|
&& python3 setup.py develop \
|
||||||
# && wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth -P experiments/pretrained_models
|
|
||||||
&& ln -s "/data/GFPGANv1.3.pth" experiments/pretrained_models/GFPGANv1.3.pth
|
&& ln -s "/data/GFPGANv1.3.pth" experiments/pretrained_models/GFPGANv1.3.pth
|
||||||
|
|
||||||
WORKDIR /stable-diffusion
|
WORKDIR /stable-diffusion
|
||||||
|
Loading…
Reference in New Issue
Block a user