I received the following, should I downgrade the python to 3.9 maybe? what is the issue?
2.856 ERROR: Could not find a version that satisfies the requirement tensorflow-cpu<2.11.0,>=2.10.0 (from versions: none)
3.084 ERROR: No matching distribution found for tensorflow-cpu<2.11.0,>=2.10.0
2 warnings found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 4)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 5)
Dockerfile.cpu:17
--------------------
15 |
16 | RUN python -m pip install --upgrade pip
17 | >>> RUN python -m pip --no-cache-dir install -r ./requirements/requirements_cpu.txt
18 |
19 | CMD ["/bin/bash"]
--------------------
ERROR: failed to solve: process "/bin/sh -c python -m pip --no-cache-dir install -r ./requirements/requirements_cpu.txt" did not complete successfully: exit code: 1