Skip to content

Commit 60b0bfd

Browse files
author
Xinran Wang
committed
Update qat driver in qat plugin image
1 parent 578b60f commit 60b0bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/docker/intel-qat-plugin-kerneldrv.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ ARG BUILDFLAGS="-ldflags=-w -s"
2828
WORKDIR $DIR
2929
COPY . .
3030

31-
ARG QAT_DRIVER_RELEASE="qat1.7.l.4.11.0-00001"
31+
ARG QAT_DRIVER_RELEASE="qat1.7.l.4.14.0-00031"
3232

3333
RUN mkdir -p /usr/src/qat \
3434
&& cd /usr/src/qat \
35-
&& wget https://01.org/sites/default/files/downloads/${QAT_DRIVER_RELEASE}.tar.gz \
35+
&& wget https://downloadmirror.intel.com/30178/eng/${QAT_DRIVER_RELEASE}.tar.gz \
3636
&& tar xf *.tar.gz \
3737
&& cd /usr/src/qat/quickassist/utilities/adf_ctl \
3838
&& make KERNEL_SOURCE_DIR=/usr/src/qat/quickassist/qat \

0 commit comments

Comments
 (0)