Skip to content

Commit

Permalink
Try rocm6
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Mar 18, 2024
1 parent d2b5832 commit e940837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/amdgpu_ubuntu_jammy_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN rmdir /install-amdvlk
# Install the ROCM driver.
# In order to use this in the container, you must pass /dev/dri and /dev/kfd in as:
# docker run --device=/dev/kfd --device=/dev/dri <docker ID> rocminfo
ARG ROCM_VERSION=5.6
ARG ROCM_VERSION=6.0
WORKDIR /install-rocm
RUN mkdir --parents --mode=0755 /etc/apt/keyrings && wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
gpg --dearmor | tee /etc/apt/keyrings/rocm.gpg > /dev/null && \
Expand Down

0 comments on commit e940837

Please sign in to comment.