Spaces:
Running
Running
update and bug fixes (GLIBC/Python 3.12)
#29
by prithivMLmods - opened
No description provided.
Switch to Ubuntu 22.04 base image (GLIBC 2.35+ natively supports 2.32) and upgrade to Python 3.12 via latest Miniconda for better package compatibility.
This fixes the GLIBC error without risky manual upgrades, as Ubuntu 20.04 (GLIBC 2.31) can't safely load newer wheels
| Original | Updated | Reason |
|---|---|---|
| ubuntu20.04 | ubuntu22.04 | GLIBC 2.35 >= 2.32; CUDA 12.5 fully supported |
| Miniconda3-py310_22.11.1 | Miniconda3-py312_24.7.1 | Python 3.12 (LTS); better ML lib support, no GLIBC wheel mismatches |
| python3.10 path | python3.12 path | Matches new Miniconda for Jupyter template |
cc: @victor
prithivMLmods changed pull request status to open
cool!
victor changed pull request status to merged