The base image in the Dockerfile has Python version 3.7. However, the requirements.txt file specifies a numpy version of 1.24.3, which requires Python version 3.8 or higher. Similar issues exist for other packages in requirements.txt, such as onnxruntime.
Should i update the base image to registry.baidubce.com/paddlepaddle/paddle:2.6.1-gpu-cuda11.7-cudnn8.4-trt8.4 ?
The base image in the Dockerfile has Python version 3.7. However, the requirements.txt file specifies a numpy version of 1.24.3, which requires Python version 3.8 or higher. Similar issues exist for other packages in requirements.txt, such as onnxruntime.
Should i update the base image to registry.baidubce.com/paddlepaddle/paddle:2.6.1-gpu-cuda11.7-cudnn8.4-trt8.4 ?