Skip to content

Commit

Permalink
Fixing issue making the Docker image in the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Jun 21, 2024
1 parent 065e582 commit 54acd76
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 54acd76

Please sign in to comment.