File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ RUN sudo groupadd -g 109 render
3333RUN sudo apt update -y \
3434 && sudo apt install -y "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)" \
3535 && sudo usermod -a -G render,video runner \
36- && wget https://repo.radeon.com/amdgpu-install/6.3 .1/ubuntu/jammy/amdgpu-install_6.3.60301 -1_all.deb \
37- && sudo apt install -y ./amdgpu-install_6.3.60301 -1_all.deb \
36+ && wget https://repo.radeon.com/amdgpu-install/6.4 .1/ubuntu/jammy/amdgpu-install_6.4.60401 -1_all.deb \
37+ && sudo apt install -y ./amdgpu-install_6.4.60401 -1_all.deb \
3838 && sudo apt update -y \
3939 && sudo apt install -y rocm
4040
4141RUN sudo pip install --upgrade pip
4242
43- RUN sudo pip install --no-cache-dir torch==2.10.0.dev20250916+rocm6.3 pytorch-triton-rocm --index-url https://download.pytorch.org/whl/nightly/rocm6.3
43+ RUN sudo pip install --no-cache-dir torch pytorch-triton-rocm --index-url https://download.pytorch.org/whl/nightly/rocm6.4
4444
4545RUN git clone --recursive https://github.com/ROCm/aiter.git \
4646 && cd aiter \
You can’t perform that action at this time.
0 commit comments