From 1ba571d1998a8f7e607e2fc307bf74027ea238d2 Mon Sep 17 00:00:00 2001 From: Sounak Gupta Date: Tue, 28 Mar 2023 12:11:15 -0700 Subject: [PATCH] dummy change to trigger container image rebuild --- docker/images/install-dsa-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/images/install-dsa-deps.sh b/docker/images/install-dsa-deps.sh index b4c62ecc93..265011dd70 100755 --- a/docker/images/install-dsa-deps.sh +++ b/docker/images/install-dsa-deps.sh @@ -15,6 +15,7 @@ rm -rf idxd-config # Install DML Library git clone --recursive https://github.com/intel/DML.git cd DML +git checkout e44443c24d53552b248b9869b1b16f89cd970f52 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ..