From ca9d8a1c00167aa56e72e061bab32b13e075b089 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Wed, 29 Jan 2025 12:54:03 +0100 Subject: [PATCH] Fix Intel tester after PR #3893 --- tools/docker/Dockerfile.test_intel-psmp | 1 + tools/docker/Dockerfile.test_intel-ssmp | 1 + tools/docker/generate_dockerfiles.py | 1 + 3 files changed, 3 insertions(+) diff --git a/tools/docker/Dockerfile.test_intel-psmp b/tools/docker/Dockerfile.test_intel-psmp index e540c8b722..f1ab26c4a9 100644 --- a/tools/docker/Dockerfile.test_intel-psmp +++ b/tools/docker/Dockerfile.test_intel-psmp @@ -26,6 +26,7 @@ RUN ./install_cp2k_toolchain.sh \ --with-mkl \ --with-libsmeagol \ --with-libtorch=no \ + --with-deepmd=no \ --dry-run # Dry-run leaves behind config files for the followup install scripts. diff --git a/tools/docker/Dockerfile.test_intel-ssmp b/tools/docker/Dockerfile.test_intel-ssmp index 673cc32bbf..ab9d928adc 100644 --- a/tools/docker/Dockerfile.test_intel-ssmp +++ b/tools/docker/Dockerfile.test_intel-ssmp @@ -26,6 +26,7 @@ RUN ./install_cp2k_toolchain.sh \ --with-mkl \ --with-libsmeagol \ --with-libtorch=no \ + --with-deepmd=no \ --dry-run # Dry-run leaves behind config files for the followup install scripts. diff --git a/tools/docker/generate_dockerfiles.py b/tools/docker/generate_dockerfiles.py index aeb5516d7f..5b40f6e8de 100755 --- a/tools/docker/generate_dockerfiles.py +++ b/tools/docker/generate_dockerfiles.py @@ -532,6 +532,7 @@ FROM intel/hpckit:2024.2.1-0-devel-ubuntu22.04 with_mkl="", with_libsmeagol="", with_libtorch="no", + with_deepmd="no", )