Skip to content

Commit a7dda98

Browse files
committed
add env var
1 parent 5c38b2d commit a7dda98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ default_algorithms = ALL' > /etc/ssl/openssl_qat.cnf
8888
## Setup user and working directory
8989
RUN useradd -m -d /home/container -s /bin/bash container
9090
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
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 QAT_POLICY=1 OPENSSL_CONF=/etc/ssl/openssl_qat.cnf
9292
WORKDIR /home/container
9393

9494
RUN echo Verifying install ...; \

0 commit comments

Comments
 (0)