gpt4 book ai didi

python - 如何在正在运行的docker容器中执行python脚本?

转载 作者:行者123 更新时间:2023-12-01 07:51:05 25 4
gpt4 key购买 nike

我正在尝试在 docker 容器内执行 python 脚本

docker exec -it container bash -c "cd /test;python3 test.py /home/test/data/"

我收到错误

ImportError: No module named 'flask_user'

当我尝试时

docker exec -it container bash

然后输入

cd /test
python3 test.py /home/test/data/

一切正常。为什么?

我正在使用 python 。

我尝试过:

docker exec -it lost bash -c "conda"

然后我得到 bash: conda: command not found

最佳答案

找到解决方案:

docker exec -it container bash -c "source /opt/conda/bin/activate ENVIRONMENT;cd /test;python3 test.py /home/test/data/"

关于python - 如何在正在运行的docker容器中执行python脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56212776/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com