Home > Net >  Segmentation fault while running python in docker container
Segmentation fault while running python in docker container

Time:07-24

I am trying to run enter image description here

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.

  • Related