From 14c1c5d8983230cb79a43ea593b31dfc7901c2d7 Mon Sep 17 00:00:00 2001 From: ilia Nikiforov Date: Tue, 9 Jul 2024 13:14:08 -0500 Subject: [PATCH] rename to kim-tools and update commit --- docker/git/Dockerfile | 6 +++--- docker/install/Dockerfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/git/Dockerfile b/docker/git/Dockerfile index a20d471..630a47d 100644 --- a/docker/git/Dockerfile +++ b/docker/git/Dockerfile @@ -28,6 +28,6 @@ RUN git clone -q https://gitlab.com/openkim/ase -b user-species ${PACKAGE_DIR}/a RUN git clone -q https://gitlab.com/micronano_public/MDpp -b release ${PACKAGE_DIR}/MD++ \ && cd ${PACKAGE_DIR}/MD++ \ && git checkout f7d64a7720a4bc1602371a128c8db7779fcf8dcb -RUN git clone -q https://github.com/openkim/kim-test-utils -b main ${PACKAGE_DIR}/kim-test-utils \ - && cd ${PACKAGE_DIR}/kim-test-utils \ - && git checkout 385b23d7b3f7b957dfc7cc609428e65824042dcf +RUN git clone -q https://github.com/openkim/kim-tools -b main ${PACKAGE_DIR}/kim-tools \ + && cd ${PACKAGE_DIR}/kim-tools \ + && git checkout 003b84fdab9f955c607816fbbe3827c3ae3a4bc7 diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index b147c10..2889aa0 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -158,9 +158,9 @@ RUN cd ${PACKAGE_DIR}/crystal-genome-util \ && ${PIP} install . ######################################### -## kim-test-utils +## kim-tools ######################################### -RUN cd ${PACKAGE_DIR}/kim-test-utils \ +RUN cd ${PACKAGE_DIR}/kim-tools \ && ${PIP} install . #########################################