Skip to content

Commit

Permalink
Added MOLECULE and REAXFF to lammps (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: psd <daniele.passerone@empa.ch>
  • Loading branch information
dpasserone and psd authored Feb 19, 2024
1 parent ca46a6f commit 41c87db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER ${NB_USER}

RUN mkdir /home/${NB_USER}/opt

RUN cd /home/${NB_USER}/opt && git clone https://github.com/lammps/lammps && cd lammps/src && make lib-pace args="-b" && make yes-ml-pace && make yes-manybody && make lib-voronoi args="-b" && make yes-voronoi && make serial
RUN cd /home/${NB_USER}/opt && git clone https://github.com/lammps/lammps && cd lammps/src && make lib-pace args="-b" && make yes-molecule && make yes-reaxff && make yes-rigid && make yes-ml-pace && make yes-manybody && make lib-voronoi args="-b" && make yes-voronoi && make serial

USER root

Expand Down

0 comments on commit 41c87db

Please sign in to comment.