Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile make only runs using one thread #2379

Open
C0rn3j opened this issue Aug 23, 2024 · 0 comments
Open

Dockerfile make only runs using one thread #2379

C0rn3j opened this issue Aug 23, 2024 · 0 comments

Comments

@C0rn3j
Copy link

C0rn3j commented Aug 23, 2024

RUN make this is in the Dockerfile for cuda build, why is not enabled to use all threads by default?

It's only using 1 out of 12 threads on my machine. It took ages even when I actually did set it to RUN make -j$(nproc), can't imagine how long it would run without.

Is there a reason for this limitation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant