Skip to content

Commit 39f7528

Browse files
committed
Add rocm-cmake
1 parent 172b698 commit 39f7528

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

apptainer/intelliperf.def

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)