runtime error
Exit code: 1. Reason: y take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datasets 4.8.5 requires requests>=2.32.2, but you have requests 2.28.2 which is incompatible. datasets 4.8.5 requires tqdm>=4.66.3, but you have tqdm 4.65.2 which is incompatible. moviepy 2.2.1 requires pillow<12.0,>=9.2.0, but you have pillow 12.3.0 which is incompatible. openxlab 0.0.38 requires rich~=13.4.2, but you have rich 15.0.0 which is incompatible. openxlab 0.0.38 requires setuptools~=60.2.0, but you have setuptools 69.5.1 which is incompatible. Successfully installed Pillow-12.3.0 addict-2.4.0 contourpy-1.3.2 cycler-0.12.1 fonttools-4.63.0 kiwisolver-1.5.0 markdown-it-py-4.2.0 matplotlib-3.10.9 mdurl-0.1.2 mmcv-2.2.0 mmengine-0.10.7 numpy-2.2.6 opencv-python-5.0.0.93 packaging-26.2 platformdirs-4.11.0 pygments-2.20.0 pyparsing-3.3.2 python-dateutil-2.9.0.post0 pyyaml-6.0.3 rich-15.0.0 six-1.17.0 termcolor-3.3.0 tomli-2.4.1 yapf-0.43.0 [notice] A new release of pip is available: 26.1.1 -> 26.2 [notice] To update, run: pip install --upgrade pip ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.20.1 (from versions: 1.12.0, 1.12.1, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.3, 1.17.0, 1.17.1, 1.18.0, 1.18.1, 1.19.0, 1.19.2, 1.20.0, 1.20.2, 1.21.0, 1.21.1, 1.22.0, 1.23.0, 1.23.2) [notice] A new release of pip is available: 26.1.1 -> 26.2 [notice] To update, run: pip install --upgrade pip ERROR: No matching distribution found for onnxruntime-gpu==1.20.1 Traceback (most recent call last): File "/home/user/app/app.py", line 67, in <module> _install_dependencies() File "/home/user/app/app.py", line 45, in _install_dependencies subprocess.check_call( File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/local/bin/python', '-m', 'pip', 'install', '--force-reinstall', 'onnxruntime-gpu==1.20.1']' returned non-zero exit status 1.
Container logs:
Fetching error logs...