how to install dependencies when build docker image #2414
Answered
by
pawamoy
jiangxiaoqiang
asked this question in
Q&A
-
I am using pdm install when build docker image, this is the project docker file look like:
but it seems did not install the dependencies, when I run the python3.10 main_api.py, shows did not found the dependencies.
this is the startup-app.sh look like:
this is the package list:
|
Beta Was this translation helpful? Give feedback.
Answered by
pawamoy
Nov 19, 2023
Replies: 1 comment 3 replies
-
Try: nohup pdm run python3.10 /root/visa/main_api.py > /root/visa/starup.log & |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jiangxiaoqiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try: