Update nproc to 1

This commit is contained in:
2025-10-31 09:59:50 -04:00
parent e2c54e5cd7
commit a3c96f634b

View File

@@ -131,7 +131,7 @@ RUN git clone https://github.com/stevenlovegrove/Pangolin.git && \
-DCMAKE_DISABLE_FIND_PACKAGE_OpenEXR=ON \
# -DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=OFF \
.. && \
make -j"$(nproc)" && \
make -j1 && \
make install && \
ldconfig