Added Intel QSV drivers to docker (#3540)

* Alpine docker remove QSV, CUDA docker switch to base build to save space
This commit is contained in:
NodudeWasTaken 2023-03-20 00:08:44 +01:00 committed by GitHub
parent 2b9f573b30
commit 4f909d2457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -32,10 +32,8 @@ ARG STASH_VERSION
RUN make build
# Final Runnable Image
FROM nvidia/cuda:12.0.1-runtime-ubuntu22.04
RUN apt update
RUN apt upgrade -y
RUN apt install -y ca-certificates libvips-tools ffmpeg wget
FROM nvidia/cuda:12.0.1-base-ubuntu22.04
RUN apt update && apt upgrade -y && apt install -y ca-certificates libvips-tools ffmpeg wget intel-media-va-driver-non-free vainfo
RUN rm -rf /var/lib/apt/lists/*
COPY --from=backend /stash/stash /usr/bin/