Skip to content

Commit fddda2e

Browse files
authored
all of rocm
1 parent 8bbebb7 commit fddda2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/amd-docker.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN sudo apt update -y \
3333
&& wget https://repo.radeon.com/amdgpu-install/6.3.1/ubuntu/jammy/amdgpu-install_6.3.60301-1_all.deb \
3434
&& sudo apt install -y ./amdgpu-install_6.3.60301-1_all.deb \
3535
&& sudo apt update -y \
36-
&& sudo apt install -y rocm-dev
36+
&& sudo apt install -y rocm
3737

3838
RUN pip install --upgrade pip
3939

0 commit comments

Comments
 (0)