Skip to content

Commit

Permalink
remove pin pref.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed Apr 25, 2024
1 parent 2e445a0 commit 86d0611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ RUN wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
# Add rocm repo
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.1 jammy main" \
| tee --append /etc/apt/sources.list.d/rocm.list && \
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \
| tee /etc/apt/preferences.d/rocm-pin-600 && \
apt update && \
apt install -fyqq rocm-dev && \
# Cleanup
Expand Down

0 comments on commit 86d0611

Please sign in to comment.