bump transformers

This commit is contained in:
AbdBarho 2022-12-22 09:11:40 +01:00
parent 7d9b6cc1ee
commit 0cf46a6ec7

View file

@ -77,7 +77,7 @@ pip install -r requirements_versions.txt
EOF
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