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 ..