File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ From: rocm/pytorch:rocm7.0_ubuntu22.04_py3.10_pytorch_release_2.8.0
2222
2323 # Install additional system dependencies
2424 apt-get -y update
25- apt-get install -y software-properties-common git wget clang lld libzstd-dev libomp-dev vim libdwarf-dev gdb tmux
25+ apt-get install -y software-properties-common git wget clang lld libzstd-dev libomp-dev vim libdwarf-dev gdb tmux cmake
2626
2727 # Upgrade pip
2828 pip install --upgrade pip
@@ -59,6 +59,14 @@ From: rocm/pytorch:rocm7.0_ubuntu22.04_py3.10_pytorch_release_2.8.0
5959 litellm[proxy]
6060 "
6161
62+ git clone https://github.com/ROCm/rocm-cmake.git
63+ cd rocm-cmake
64+ mkdir build
65+ cd build
66+ cmake ..
67+ cmake --build .
68+ cmake --build . --target install
69+
6270%runscript
6371 echo "Welcome to IntelliPerf with ROCm 7.0!"
6472 source /opt/conda/bin/activate py_3.10
You can’t perform that action at this time.
0 commit comments