File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ RUN git clone -b ${I915_RELEASE} --single-branch https://github.com/intel-gpu/in
3838RUN git clone -b ${FIRMWARE_RELEASE} --single-branch https://github.com/intel-gpu/intel-gpu-firmware.git \
3939 && install -D /build/intel-gpu-firmware/COPYRIGHT /licenses/firmware/COPYRIGHT \
4040 && install -D /build/intel-gpu-firmware/COPYRIGHT /build/firmware/license/COPYRIGHT \
41- && install -D /build/intel-gpu-firmware/firmware/dg2* /build/firmware/
41+ && install -D /build/intel-gpu-firmware/firmware/dg2* /build/firmware/ \
42+ && install -D /build/intel-gpu-firmware/firmware/pvc* /build/firmware/
4243
4344# Packaging Intel GPU driver components in the base UBI image for certification
4445FROM registry.redhat.io/ubi9/ubi-minimal:9.2
You can’t perform that action at this time.
0 commit comments