Downgrade Python to 3.12 and remove the --no-deps flag from a pip install command in the Dockerfile.

Cette révision appartient à :
Donato Capitella
2026-03-09 11:08:11 +00:00
Parent 9997faaa1e
révision fb0aef0864
2 fichiers modifiés avec 3 ajouts et 3 suppressions
+1 -1
Voir le fichier
@@ -4,7 +4,7 @@ set -e
# 1. System Base & Build Tools
# Added 'gperftools-libs' for tcmalloc (fixes double-free)
dnf -y install --setopt=install_weak_deps=False --nodocs \
python3.13 python3.13-devel git rsync libatomic bash ca-certificates curl \
python3.12 python3.12-devel git rsync libatomic bash ca-certificates curl \
gcc gcc-c++ binutils make ffmpeg-free \
cmake ninja-build aria2c tar xz vim nano dialog \
libdrm-devel zlib-devel openssl-devel pgrep \