Skip to content

Commit 7dbfa1a

Browse files
authored
Update Dockerfile.ubuntu22.04
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent f6298da commit 7dbfa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Xeon/Dockerfile.ubuntu22.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN ./configure \
5151
--extra-libs='-lraisr -lstdc++ -lippcore -lippvm -lipps -lippi -lm -lintlc -lsvml' \
5252
--enable-cross-compile \
5353
--prefix="${PREFIX}" && \
54-
make clean && make -j $(nproc) && \
54+
make clean && make -j"$(nproc)" && \
5555
make install
5656

5757
ENV LIBIPP="/opt/intel/oneapi/ipp/latest/lib/intel64"

0 commit comments

Comments
 (0)