We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7180fab commit 5812831Copy full SHA for 5812831
docker/images/install-dsa-deps.sh
@@ -15,6 +15,7 @@ rm -rf idxd-config
15
# Install DML Library
16
git clone --recursive https://github.com/intel/DML.git
17
cd DML
18
+git checkout e44443c24d53552b248b9869b1b16f89cd970f52
19
mkdir build
20
cd build
21
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
0 commit comments