Skip to content

Commit

Permalink
Merge pull request #128 from paulsaxe/main
Browse files Browse the repository at this point in the history
Tidying the Docker image
  • Loading branch information
seamm authored Feb 10, 2024
2 parents f776cac + caa2dbf commit 6530872
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,24 @@ Features

.. _tables: https://molssi-seamm.github.io/table_step/index.html

seamm-mopac Docker image
------------------------
There is a Docker image available for the SEAMM MOPAC plug-in for running mopac. It is
available at

.. code-block:: bash
ghcr.io/molssi-seamm/seamm-mopac:latest
It can also be run standalone with the following command:

.. code-block:: bash
docker run --rm -v $PWD:/home ghcr.io/molssi-seamm/seamm-mopac:latest <input file>
where `<input file>` is the input file for the MOPAC calculation. By default, the input
file is `mopac.dat`. The output files will be written to the current directory.

Acknowledgements
----------------

Expand Down
1 change: 1 addition & 0 deletions devtools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ COPY ./environment.yml /root/environment.yml

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

WORKDIR /home
ENTRYPOINT ["mopac"]
CMD ["mopac.dat"]

0 comments on commit 6530872

Please sign in to comment.