File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,14 @@ RUN sudo groupadd -g 109 render
2828
2929RUN 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
3940RUN pip install \
4041 ninja \
You can’t perform that action at this time.
0 commit comments