Downgrade Python to 3.12 and remove the --no-deps flag from a pip install command in the Dockerfile.
Cette révision appartient à :
@@ -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 \
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur