CodePudding user response:
try to change the base image python:3 (which use Python 3.10) to python:3.7 base image like your local Python interpreter.

CodePudding user response:
try to change the base image python:3 (which use Python 3.10) to python:3.7 base image like your local Python interpreter.