diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index 524880f..9f6da32 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.14 +RUN ${PIP} install kim-tools==0.4.15 RUN ${PIP} install kimvv==0.1.13 #########################################