-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
docker build pip deps issue #6714
Comments
I just take a look at it, seems the incompatibility is introduced by tensorboardX, https://github.com/lanpa/tensorboardX/blob/9ec649fd664c74b1e6f495ecb9c6d4faae68e922/setup.py#L33. Thanks! |
I think I record the wrong error message, comparing it with the previously successful tests the new error is |
Thanks for Wenqi's clarifying, just ignore my comment. |
fixes #6714 release more disk space for docker build on github ci tested: https://github.com/Project-MONAI/MONAI/actions/runs/5551644874/jobs/10138058790 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: Wenqi Li <[email protected]>
Describe the bug
log https://github.com/Project-MONAI/MONAI/actions/runs/5544733837/jobs/10123352572
The text was updated successfully, but these errors were encountered: