bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.27k stars 4.76k forks source link

[bitnami/jupyter-base-notebook] Upgrade python version to python 3.12 #72362

Open Kumokage opened 1 week ago

Kumokage commented 1 week ago

Name and Version

bitnami/jupyter-base-notebook:5.1.0-debian-12-r3

What is the problem this feature will solve?

Is there are any way to upgrade base python kernel from 3.10 to 3.12?

What is the feature you are proposing to solve the problem?

Create some optional step that you can add yo your Docker container config to upgrade python version to required.

What alternatives have you considered?

No response

javsalgar commented 1 week ago

Hi,

I'm afraid that the only way to change the python version is via creating a fork. As it is using miniforge, the process is not trivial, as it would need to download all the required dependencies.