runtime error

Exit code: 1. Reason: ling PyTorch because PyTorch >= 2.1 is required but found 2.0.1 Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 92, in _call_target return _target_(*args, **kwargs) File "/home/user/app/remfx/models.py", line 301, in __init__ self.model = asteroid.models.DCUNet(**kwargs) File "/usr/local/lib/python3.10/site-packages/asteroid/models/dcunet.py", line 36, in __init__ encoder, decoder = make_enc_dec( File "/usr/local/lib/python3.10/site-packages/asteroid_filterbanks/__init__.py", line 65, in make_enc_dec fb = fb_class(n_filters, kernel_size, stride=stride, sample_rate=sample_rate, **kwargs) File "/usr/local/lib/python3.10/site-packages/asteroid_filterbanks/stft_fb.py", line 59, in __init__ filters = torch.from_numpy(filters * self.window).unsqueeze(1).float() RuntimeError: Numpy is not available The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 181, in <module> load_models() File "/home/user/app/app.py", line 34, in load_models model = hydra.utils.instantiate(cfg.ckpts[effect].model, _convert_="partial") File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 226, in instantiate return instantiate_node( File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 342, in instantiate_node value = instantiate_node( File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 347, in instantiate_node return _call_target(_target_, partial, args, kwargs, full_key) File "/usr/local/lib/python3.10/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 97, in _call_target raise InstantiationException(msg) from e hydra.errors.InstantiationException: Error in call to target 'remfx.models.DCUNetModel': RuntimeError('Numpy is not available') full_key: dcunet.network

Container logs:

Fetching error logs...