Update Dockerfile

add ffmpeg
This commit is contained in:
Stefano Azevedo 2023-01-15 13:10:31 -03:00 committed by GitHub
parent 88fd514b3a
commit 5ffc7490e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
RUN PIP_NO_CACHE_DIR=1 pip install torch==1.13.1+cu117 torchvision --extra-index-url https://download.pytorch.org/whl/cu117
RUN apt-get update && apt install fonts-dejavu-core rsync git jq moreutils -y && apt-get clean
RUN apt-get update && apt install fonts-dejavu-core rsync git jq moreutils ffmpeg -y && apt-get clean
RUN --mount=type=cache,target=/root/.cache/pip <<EOF