diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index 6974685..c46294c 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -166,7 +166,7 @@ RUN cd ${PACKAGE_DIR}/ase/ \ ## most Python reqs (incl LAMMPS and ASE) ## are explicitly satisfied ######################################### -RUN ${PIP} install kim-tools==0.4.11 +RUN ${PIP} install kim-tools==0.4.12 RUN ${PIP} install kimvv==0.1.11 #########################################