Skip to content

Commit

Permalink
upversion kim-tools and kim-property
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-nikiforov-umn committed Jul 25, 2024
1 parent dab240f commit 3668133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ RUN pip3 uninstall -y kim-property

USER openkim

RUN pip3 --no-cache-dir install kim-property==2.6.3
RUN pip3 --no-cache-dir install kim-property==2.6.4

WORKDIR /home/openkim/
2 changes: 1 addition & 1 deletion docker/git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN git clone -q https://gitlab.com/micronano_public/MDpp -b release ${PACKAGE_D
&& git checkout f7d64a7720a4bc1602371a128c8db7779fcf8dcb
RUN git clone -q https://github.com/openkim/kim-tools -b main ${PACKAGE_DIR}/kim-tools \
&& cd ${PACKAGE_DIR}/kim-tools \
&& git checkout 003b84fdab9f955c607816fbbe3827c3ae3a4bc7
&& git checkout d9592451f98907c25725526f8a543d508c688e5d
2 changes: 1 addition & 1 deletion docker/install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN ${PIP} install markupsafe==2.0.1
RUN ${PIP} install Jinja2==2.11.3
RUN ${PIP} install edn_format==0.7.5
RUN ${PIP} install kim-edn==1.4.1
RUN ${PIP} install kim-property==2.6.3
RUN ${PIP} install kim-property==2.6.4
RUN ${PIP} install kim-query==3.0.0
RUN ${PIP} install simplejson==3.17.2
RUN ${PIP} install numpy==1.19.5
Expand Down

0 comments on commit 3668133

Please sign in to comment.