We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c38b2d commit a7dda98Copy full SHA for a7dda98
Dockerfile
@@ -88,7 +88,7 @@ default_algorithms = ALL' > /etc/ssl/openssl_qat.cnf
88
## Setup user and working directory
89
RUN useradd -m -d /home/container -s /bin/bash container
90
USER container
91
-ENV USER=container HOME=/home/container LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libmimalloc.so.3.0 MIMALLOC_ALLOW_LARGE_OS_PAGES=1 MIMALLOC_PURGE_DELAY=100 OPENSSL_CONF=/etc/ssl/openssl_qat.cnf
+ENV USER=container HOME=/home/container LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libmimalloc.so.3.0 MIMALLOC_ALLOW_LARGE_OS_PAGES=1 MIMALLOC_PURGE_DELAY=100 QAT_POLICY=1 OPENSSL_CONF=/etc/ssl/openssl_qat.cnf
92
WORKDIR /home/container
93
94
RUN echo Verifying install ...; \
0 commit comments