我正在运行docker compose up,它由多个容器组成,其上的容器是python3.*,并且所有容器都附加了卷。另外,我已经创建了requirements.txt文件,我输入了python容器并安装了x包,然后我执行了pip freeze > requirements.txt,然后我停止了容器并重新启动容器,但是python容器没有启动,日志上写着modules x is not found,所以我所做
我有一个带有基本图像python的容器。容器的任务是执行python脚本,与此问题相关的部分如下:output = client.containers.run("ubuntu:latest/docker.sock -ti python_dockerFileNotFoundError: [Errno 2] No such file or directory用于运行<em