removing python3.13

This commit is contained in:
John Doe
2026-01-05 16:05:32 -05:00
parent ec30b97843
commit 447b794757

View File

@@ -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