We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbebb7 commit fddda2eCopy full SHA for fddda2e
1 file changed
docker/amd-docker.Dockerfile
@@ -33,7 +33,7 @@ RUN sudo apt update -y \
33
&& wget https://repo.radeon.com/amdgpu-install/6.3.1/ubuntu/jammy/amdgpu-install_6.3.60301-1_all.deb \
34
&& sudo apt install -y ./amdgpu-install_6.3.60301-1_all.deb \
35
&& sudo apt update -y \
36
- && sudo apt install -y rocm-dev
+ && sudo apt install -y rocm
37
38
RUN pip install --upgrade pip
39
0 commit comments