What is the recommended way of building custom Python images that contain whatever packages I need to support? I want users to be able to use some packages that are not defined in the current 3.12 Python install. How would I go about doing so efficiently? I tried directly editing the build.sh script for the Python build but this caused some weird issues further down the line.
What is the recommended way of building custom Python images that contain whatever packages I need to support? I want users to be able to use some packages that are not defined in the current 3.12 Python install. How would I go about doing so efficiently? I tried directly editing the build.sh script for the Python build but this caused some weird issues further down the line.