From 447b7947576878ae0ab4881a5400e5cf5e19f630 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 5 Jan 2026 16:05:32 -0500 Subject: [PATCH] removing python3.13 --- Dockerfiles/Dockerfile.stable-diffusion.cpp-rocm7.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfiles/Dockerfile.stable-diffusion.cpp-rocm7.1 b/Dockerfiles/Dockerfile.stable-diffusion.cpp-rocm7.1 index 80e8d66..bd81b94 100644 --- a/Dockerfiles/Dockerfile.stable-diffusion.cpp-rocm7.1 +++ b/Dockerfiles/Dockerfile.stable-diffusion.cpp-rocm7.1 @@ -44,9 +44,9 @@ RUN chmod +x sdcpp_webui.sh FROM rocm/dev-ubuntu-24.04:7.1-complete AS runtime -RUN apt install -y python3.13 -RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 100 -RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.13 100 +RUN apt install -y python3 +#RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 100 +#RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.13 100 # Create video group and add proper permissions RUN groupadd -g 44 video || true