Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 941aa456 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

rocm 6.1.2 seems to have a problem, restore rocm 5.4.2

parent 45942532
No related branches found
No related tags found
No related merge requests found
Pipeline #997057 passed
......@@ -43,10 +43,10 @@ RUN apt-get install -y \
python3-scipy
RUN curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/rocm-keyring.gpg
RUN echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/rocm-keyring.gpg] https://repo.radeon.com/rocm/apt/6.1.2 jammy main' | sudo tee /etc/apt/sources.list.d/rocm.list
RUN echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/rocm-keyring.gpg] https://repo.radeon.com/rocm/apt/5.4.2 jammy main' | sudo tee /etc/apt/sources.list.d/rocm.list
RUN echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600
RUN apt-get update
RUN apt-get install -y rocm-hip-sdk
RUN apt-get install -y rocm-hip-sdk && rm -rf /var/lib/apt/lists/*
RUN apt-get autoremove -y
RUN apt-get autoclean -y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment