Hi,
I am trying to use this image but having some trouble:
I need to use at least Python3.10 for my project, but since the Image here uses Ubuntu 20.04, it seem to only have Python3.8 installed when running this Container? I have been unable to figure out how to install an updated Python on top of this base Image for my own Containers. I have tried many methods, but none seem to work for me for some reason.
Therefor I wonder if it is it possible to update this Image to use the latest Ubuntu version (22.04 I think?) which would then update the installed Python version to 3.10?
I cannot build the Image myself with an updated OS, as I am just on a Mac computer.
Python 3.8 is nearing end of life status, so it seems like it would make sense to include an upgrade to a modern supported version somehow? I don't know enough about Images to figure out how to upgrade it myself, so I'm wondering if that can be included in your base image somehow?
thanks!
@ed-p-may
Hi,
I am trying to use this image but having some trouble:
I need to use at least Python3.10 for my project, but since the Image here uses Ubuntu 20.04, it seem to only have Python3.8 installed when running this Container? I have been unable to figure out how to install an updated Python on top of this base Image for my own Containers. I have tried many methods, but none seem to work for me for some reason.
Therefor I wonder if it is it possible to update this Image to use the latest Ubuntu version (22.04 I think?) which would then update the installed Python version to 3.10?
I cannot build the Image myself with an updated OS, as I am just on a Mac computer.
Python 3.8 is nearing end of life status, so it seems like it would make sense to include an upgrade to a modern supported version somehow? I don't know enough about Images to figure out how to upgrade it myself, so I'm wondering if that can be included in your base image somehow?
thanks!
@ed-p-may