Skip to content

Commit

Permalink
Merge pull request #39 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Fix: the Docker build needed updating for changes in SEAMM
  • Loading branch information
seamm committed Jul 30, 2024
2 parents 62929e1 + 8f0fd42 commit 18227b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=======
History
=======
2024.7.30 -- Fix: the Docker build needed updating for changes in SEAMM

2024.7.29 -- Bugfix: initial version of dftbplus.ini
* The initial version of dftbplus.ini was not generated correctly if it was
missing. This caused a crash when running DFTB+.
Expand Down
2 changes: 1 addition & 1 deletion devtools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM molssi/mamba141

LABEL org.opencontainers.image.authors="psaxe@molssi.org"

COPY ./environment.yml /root/environment.yml
COPY ./dftbplus_step/data/seamm-dftbplus.yml /root/environment.yml

RUN mamba env update -f /root/environment.yml

Expand Down

0 comments on commit 18227b2

Please sign in to comment.