runtime error

Exit code: 1. Reason: [startup] installing stable-audio-tools (--no-deps) … WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [startup] stable-audio-tools installed. Traceback (most recent call last): File "/app/app.py", line 51, in <module> import torchaudio File "/usr/local/lib/python3.13/site-packages/torchaudio/__init__.py", line 7, in <module> from . import _extension # noqa # usort: skip ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torchaudio/_extension/__init__.py", line 36, in <module> _check_cuda_version() ~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/torchaudio/_extension/utils.py", line 124, in _check_cuda_version raise RuntimeError( ...<3 lines>... ) RuntimeError: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 13.2 whereas TorchAudio has CUDA version 13.0. Please install the TorchAudio version that matches your PyTorch version.

Container logs:

Fetching error logs...