Pin transformers version (#90)

Refs #88
This commit is contained in:
AbdBarho
2022-09-23 16:24:14 +02:00
committed by GitHub
parent b899f4e516
commit 556a50f49b
3 changed files with 4 additions and 3 deletions

View File

@@ -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