-
Notifications
You must be signed in to change notification settings - Fork 7
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
MONAI v1.3.0 #248
Comments
Surprisingly MONAI (easybuilders/easybuild-easyconfigs#20494) build fails with:
The non- --- /user/gent/453/vsc45304/easyconfigs/m/MONAI/MONAI-1.3.0-foss-2023a.eb 2024-02-13 14:26:27.200431393 +0100
+++ MONAI-1.3.0-foss-2023a-CUDA-12.1.1.eb 2024-05-07 10:21:18.970757232 +0200
@@ -2,6 +2,7 @@
name = 'MONAI'
version = '1.3.0'
+versionsuffix = '-CUDA-%(cudaver)s'
homepage = 'https://monai.io/'
description = """
@@ -19,16 +20,17 @@
]
dependencies = [
+ ('CUDA', '12.1.1', '', SYSTEM),
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
('SciPy-bundle', '2023.07'),
- ('PyTorch', '2.1.2'),
+ ('PyTorch', '2.1.2', versionsuffix),
('einops', '0.7.0'),
('ITK', '5.3.0'),
('NiBabel', '5.2.0'),
('scikit-image', '0.22.0'),
('tensorboard', '2.15.1'),
- ('torchvision', '0.16.0'),
+ ('torchvision', '0.16.0', versionsuffix),
('tqdm', '4.66.1'),
('Pillow', '10.0.0'),
('openslide-python', '1.3.1'), |
@lexming Does this happen to ring any bells for you? |
The issue is not with MONAI but |
Thanks a lot for the help on this one @lexming! @PetrKralCZ PRs merged, software installed, ready for cleanup & closing... |
foss/2022a
PythonPackage
The text was updated successfully, but these errors were encountered: