Fixed painfully slow single process builds. (#7326)
* Fixed painfully slow single process builds. * Added nproc for systems that don't default to nproc
This commit is contained in:
parent
5921b8f089
commit
9022c33646
9 changed files with 9 additions and 9 deletions
|
@ -40,6 +40,6 @@ ENV LLAMA_HIPBLAS=1
|
|||
ENV CC=/opt/rocm/llvm/bin/clang
|
||||
ENV CXX=/opt/rocm/llvm/bin/clang++
|
||||
|
||||
RUN make
|
||||
RUN make -j$(nproc)
|
||||
|
||||
ENTRYPOINT [ "/app/main" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue