mirror of
https://github.com/stashapp/stash.git
synced 2026-05-02 03:41:14 +02:00
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:
parent
2b9f573b30
commit
4f909d2457
1 changed files with 2 additions and 4 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue