Mentions légales du service

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

Try without the rm

parent 4cbe10f2
No related branches found
No related tags found
No related merge requests found
Pipeline #997051 failed
......@@ -46,7 +46,7 @@ RUN curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key | sudo gpg --dearmor -o
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 -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 && rm -rf /var/lib/apt/lists/*
RUN apt-get install -y rocm-hip-sdk
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