Skip to content

Commit 8ff82f1

Browse files
committed
Add intel vaapi driver for Intel Gen 8+ Graphics
1 parent a8ac1c0 commit 8ff82f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/alpine/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV NODE_ENV=production \
2929

3030
EXPOSE 80
3131
RUN apk add --no-cache \
32-
vips vips-cpp vips-heif vips-magick ffmpeg \
32+
vips vips-cpp vips-heif vips-magick ffmpeg intel-media-driver \
3333
&& rm -rf /var/cache/apk/*
3434
COPY --from=builder /app /app
3535

docker/debian-bookworm/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV NODE_ENV=production \
2626

2727
EXPOSE 80
2828
RUN apt-get update \
29-
&& apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 \
29+
&& apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 intel-media-va-driver \
3030
&& apt-get clean -q -y \
3131
&& rm -rf /var/lib/apt/lists/*
3232
COPY --from=builder /app /app

docker/debian-bullseye/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV NODE_ENV=production \
2626

2727
EXPOSE 80
2828
RUN apt-get update \
29-
&& apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 \
29+
&& apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 intel-media-va-driver \
3030
&& apt-get clean -q -y \
3131
&& rm -rf /var/lib/apt/lists/*
3232
COPY --from=builder /app /app

0 commit comments

Comments
 (0)