Skip to content

Commit

Permalink
Added MOLECULE and REAXFF to lammps
Browse files Browse the repository at this point in the history
  • Loading branch information
psd committed Feb 19, 2024
1 parent a2b3692 commit 95f90bb
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 95f90bb

Please sign in to comment.