mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 22:54:19 +01:00
bump transformers
This commit is contained in:
parent
7d9b6cc1ee
commit
0cf46a6ec7
|
|
@ -77,7 +77,7 @@ pip install -r requirements_versions.txt
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
pip install opencv-python-headless transformers==4.24
|
pip install -U opencv-python-headless transformers>=4.24
|
||||||
|
|
||||||
COPY . /docker
|
COPY . /docker
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue