Skip to content

Commit 34c61a2

Browse files
committed
Install only the essential packages to run HIP with hipfft
1 parent a724654 commit 34c61a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ RUN apt update && apt -y install wget build-essential git cmake
1414
# Install ROCm
1515
RUN wget https://repo.radeon.com/amdgpu-install/6.1.3/ubuntu/jammy/amdgpu-install_6.1.60103-1_all.deb
1616
RUN apt -y install ./amdgpu-install_6.1.60103-1_all.deb
17-
RUN DEBIAN_FRONTEND=noninteractive amdgpu-install --accept-eula -y --usecase=hiplibsdk --no-dkms
17+
RUN apt update
18+
RUN apt -y install rocm-hip-runtime-dev hipfft-dev
1819

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

0 commit comments

Comments
 (0)