After recent changes were added, when running the run_docker.sh file I received the following error:
137.7 Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB)
140.0 ERROR: Package 'networkx' requires a different Python: 3.8.10 not in '>=3.9'
------
failed to solve: process "/bin/sh -c python3 -m pip install --extra-index-url https://download.pytorch.org/whl/cpu ultralytics" did not complete successfully: exit code: 1
The problem seems to be that it requires python version 3.9 or higher . This issue is to fix this bug.
After recent changes were added, when running the
run_docker.sh
file I received the following error:The problem seems to be that it requires python version 3.9 or higher . This issue is to fix this bug.