Skip to content

Commit

Permalink
Install deps manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed Apr 16, 2024
1 parent a015292 commit f8823ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.0.2 jammy main" \
| tee --append /etc/apt/sources.list.d/rocm.list && \
apt update && \
apt install -fy rocm-dev && \
apt install -yqq rocm-cmake rocminfo rocm-device-libs rocm-dev rocm-utils rocm-dev && \
# Cleanup
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit f8823ec

Please sign in to comment.