Replies: 2 comments 2 replies
-
Addendum: eventually one or more of the packages will be Cython, with luck |
Beta Was this translation helpful? Give feedback.
0 replies
-
Something like this? https://pdm.fming.dev/usage/advanced/#use-pdm-in-a-multi-stage-dockerfile |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to split my docker build into multiple stages. I am aware of a docker image for PDM, so I have two questions:
Is this a supported method of using PDM?
How would I best use it this way?
My envisioned steps are thus
Gather dependencies
curl installer | python
Install project
run
python3 -m project
I have tried using the image as-is, but it says it couldn't find a compatible python (with ~=3.10)
Beta Was this translation helpful? Give feedback.
All reactions