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

missing packaging dependency #39

Closed
shinkuan opened this issue Jun 27, 2023 · 0 comments
Closed

missing packaging dependency #39

shinkuan opened this issue Jun 27, 2023 · 0 comments

Comments

@shinkuan
Copy link

Found this error when trying to build kanachan/Dockerfile.

This error happens when trying to install Apex:

MAX_JOBS=$(($(nproc) / 2)) python3 -m pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./; \

Someone already submit this issue two weeks ago at here.

After add --no-build-isolation to Dockerfile can successfully build kanachan.
MAX_JOBS=$(($(nproc) / 2)) python3 -m pip install -v --no-cache-dir --no-build-isolation --global-option="--cpp_ext" --global-option="--cuda_ext" ./; \

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