Skip to content

Commit

Permalink
Merge pull request #35 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Fixing issue making the Docker image in the release.
  • Loading branch information
seamm authored Jun 21, 2024
2 parents 065e582 + 54acd76 commit d38e30c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=======
History
=======
2024.6.21.1 -- Internal release for Docker
* There was an internal issue creating the Docker image.

2024.6.21 -- Switching to RDKit for SMILES
* Using RDKit for SMILES since we found some issues with OpenBabel, and also the
atom typing uses RDKit, so this is more compatible.
Expand Down
2 changes: 1 addition & 1 deletion devtools/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM molssi/mamba141

COPY ./environment.yml /root/environment.yml
COPY ./docker__step/data/seamm-packmol.yml /root/environment.yml

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

Expand Down
2 changes: 1 addition & 1 deletion packmol_step/data/seamm-packmol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
dependencies:
- python
# Executables, etc.
- packmol==20.2.2
- packmol

0 comments on commit d38e30c

Please sign in to comment.