diff --git a/docker/config/Dockerfile b/docker/config/Dockerfile index 5b0e3b4..e8fce34 100644 --- a/docker/config/Dockerfile +++ b/docker/config/Dockerfile @@ -142,6 +142,6 @@ RUN pip3 uninstall -y kim-property USER openkim -RUN pip3 --no-cache-dir install kim-property==2.6.2 +RUN pip3 --no-cache-dir install kim-property==2.6.3 WORKDIR /home/openkim/ diff --git a/docker/install/Dockerfile b/docker/install/Dockerfile index 2889aa0..5fdf803 100644 --- a/docker/install/Dockerfile +++ b/docker/install/Dockerfile @@ -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.2 +RUN ${PIP} install kim-property==2.6.3 RUN ${PIP} install kim-query==3.0.0 RUN ${PIP} install simplejson==3.17.2 RUN ${PIP} install numpy==1.19.5 @@ -125,6 +125,7 @@ RUN cd ${PACKAGE_DIR}/lammps/ \ -D PKG_SMTBQ=yes \ -D PKG_EXTRA-PAIR=yes \ -D PKG_CORESHELL=yes \ + -D PKG_EXTRA-FIX=yes \ ../cmake \ && make -j2 \ && make install \