We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a724654 commit 34c61a2Copy full SHA for 34c61a2
Dockerfile
@@ -14,7 +14,8 @@ RUN apt update && apt -y install wget build-essential git cmake
14
# Install ROCm
15
RUN wget https://repo.radeon.com/amdgpu-install/6.1.3/ubuntu/jammy/amdgpu-install_6.1.60103-1_all.deb
16
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
+RUN apt update
18
+RUN apt -y install rocm-hip-runtime-dev hipfft-dev
19
20
# Set environment variables
21
ENV PATH="$PATH:/opt/rocm/bin:/opt/rocm/rocprofiler/bin:/opt/rocm/hip/bin"
0 commit comments