Update Versions (#281)

- auto:
8149078094
- sygil:
e48482823b
- invoke:
21bf512056
This commit is contained in:
AbdBarho
2023-01-04 20:36:49 +01:00
committed by GitHub
parent 0c16c105bc
commit 19972f3cac
5 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ cd /usr/lib/x86_64-linux-gnu/pkgconfig/
ln -sf opencv4.pc opencv.pc
EOF
ARG BRANCH=main SHA=caf7caddf7230b36f793af52c2bc97332c025a07
ARG BRANCH=main SHA=21bf512056eb7bc883174a4203011105fc1b8b50
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
git fetch
git reset --hard

View File

@@ -40,7 +40,7 @@ done
if "${PRELOAD}" == "true"; then
set -Eeuo pipefail
python3 -u scripts/preload_models.py --no-interactive --root ${ROOT} --config_file /docker/models.yaml
python3 -u scripts/preload_models.py --skip-sd-weights --root ${ROOT} --config_file /docker/models.yaml
fi
exec "$@"