Skip to content

Commit

Permalink
Docker: Disable DeePMD for ARM64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jan 9, 2024
1 parent 96ef312 commit 9e76ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/Dockerfile.test_arm64-psmp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-gcc=system \
--with-libxsmm=no \
--with-libtorch=no \
--with-deepmd=no \
--dry-run

# Dry-run leaves behind config files for the followup install scripts.
Expand Down
1 change: 1 addition & 0 deletions tools/docker/generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def main() -> None:
base_image="arm64v8/ubuntu:22.04",
with_libxsmm="no",
with_libtorch="no",
with_deepmd="no",
)
)
f.write(regtest("psmp"))
Expand Down

0 comments on commit 9e76ba5

Please sign in to comment.