Skip to content

Commit d38e30c

Browse files
authored
Merge pull request #35 from molssi-seamm/dev
Fixing issue making the Docker image in the release.
2 parents 065e582 + 54acd76 commit d38e30c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
=======
22
History
33
=======
4+
2024.6.21.1 -- Internal release for Docker
5+
* There was an internal issue creating the Docker image.
6+
47
2024.6.21 -- Switching to RDKit for SMILES
58
* Using RDKit for SMILES since we found some issues with OpenBabel, and also the
69
atom typing uses RDKit, so this is more compatible.

devtools/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM molssi/mamba141
22

3-
COPY ./environment.yml /root/environment.yml
3+
COPY ./docker__step/data/seamm-packmol.yml /root/environment.yml
44

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

packmol_step/data/seamm-packmol.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- python
66
# Executables, etc.
7-
- packmol==20.2.2
7+
- packmol

0 commit comments

Comments
 (0)