Skip to content

Commit dd42109

Browse files
authored
rocm 6.3
1 parent e7483d3 commit dd42109

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docker/amd-docker.Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ RUN sudo groupadd -g 109 render
2828

2929
RUN sudo apt update -y \
3030
&& sudo apt install -y "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)" \
31+
&& sudo apt install python3-setuptools python3-wheel libpython3.10 \
3132
&& sudo usermod -a -G render,video runner \
32-
&& wget https://repo.radeon.com/amdgpu-install/6.2.2/ubuntu/jammy/amdgpu-install_6.2.60202-1_all.deb \
33-
&& sudo apt install -y ./amdgpu-install_6.2.60202-1_all.deb \
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 \
3435
&& sudo apt update -y \
3536
&& sudo apt install -y rocm-dev
3637

37-
RUN pip install torch --index-url https://download.pytorch.org/whl/rocm6.2.4
38+
RUN pip install torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3
3839

3940
RUN pip install \
4041
ninja \

0 commit comments

Comments
 (0)