Skip to content

Commit

Permalink
mini fix on .deb arch for rocm 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aympab committed Nov 28, 2023
1 parent 7cc9aa7 commit 664b121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl-complete/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
python3-pip \
python-is-python3 \
zstd \
vim \
vim nano \
unzip \
libnuma-dev \
wget \
Expand All @@ -39,7 +39,7 @@ RUN cd /usr/local \
# Install ROCm #
############################
RUN wget --progress=bar:force -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
&& echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/5.3.0 focal main" | tee /etc/apt/sources.list.d/rocm.list \
&& echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/5.3 focal main" | tee /etc/apt/sources.list.d/rocm.list \
&& printf 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | tee /etc/apt/preferences.d/rocm-pin-600 \
&& apt update -y \
&& apt install -y rocm-dev
Expand Down

0 comments on commit 664b121

Please sign in to comment.