diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index a022fb3..7c6bbb8 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -167,7 +167,7 @@ RUN cd ${PACKAGE_DIR}/ase/ \ ## most Python reqs (incl LAMMPS and ASE) ## are explicitly satisfied ######################################### -RUN ${PIP} install kim-tools==0.4.13 +RUN ${PIP} install kim-tools==0.4.14 RUN ${PIP} install kimvv==0.1.13 #########################################