Skip to content

Commit

Permalink
rename to kim-tools and update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Jul 9, 2024
1 parent 7057b1f commit 14c1c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docker/install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

#########################################
Expand Down

0 comments on commit 14c1c5d

Please sign in to comment.