mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-04 22:17:45 +00:00
parent
b899f4e516
commit
556a50f49b
3 changed files with 4 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ conda env update --file environment.yaml -n base
|
|||
conda clean -a -y
|
||||
EOF
|
||||
|
||||
RUN pip uninstall opencv-python -y && pip install --prefer-binary --force-reinstall --no-cache-dir opencv-python-headless transformers==4.22
|
||||
RUN pip uninstall opencv-python -y && pip install --prefer-binary --force-reinstall --no-cache-dir opencv-python-headless transformers==4.19.2
|
||||
|
||||
COPY . /docker/
|
||||
RUN <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue