We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6298da commit 7dbfa1aCopy full SHA for 7dbfa1a
docker/Xeon/Dockerfile.ubuntu22.04
@@ -51,7 +51,7 @@ RUN ./configure \
51
--extra-libs='-lraisr -lstdc++ -lippcore -lippvm -lipps -lippi -lm -lintlc -lsvml' \
52
--enable-cross-compile \
53
--prefix="${PREFIX}" && \
54
- make clean && make -j $(nproc) && \
+ make clean && make -j"$(nproc)" && \
55
make install
56
57
ENV LIBIPP="/opt/intel/oneapi/ipp/latest/lib/intel64"
0 commit comments