Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue making the Docker image in the release. #35

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading