mirror of
https://github.com/BillyOutlast/rocm-automated.git
synced 2026-02-04 03:51:19 +01:00
removing python3.13
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user