Skip to content

Commit

Permalink
Remove rocm usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Jul 10, 2024
1 parent fc96de5 commit a724654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt update && apt -y install wget build-essential git cmake
# Install ROCm
RUN wget https://repo.radeon.com/amdgpu-install/6.1.3/ubuntu/jammy/amdgpu-install_6.1.60103-1_all.deb
RUN apt -y install ./amdgpu-install_6.1.60103-1_all.deb
RUN DEBIAN_FRONTEND=noninteractive amdgpu-install --accept-eula -y --usecase=rocm,hiplibsdk --no-dkms
RUN DEBIAN_FRONTEND=noninteractive amdgpu-install --accept-eula -y --usecase=hiplibsdk --no-dkms

# Set environment variables
ENV PATH="$PATH:/opt/rocm/bin:/opt/rocm/rocprofiler/bin:/opt/rocm/hip/bin"
Expand Down

0 comments on commit a724654

Please sign in to comment.