- Notifications
You must be signed in to change notification settings - Fork1
💾 Dockerfiles for software commonly used in computational chemistry research and development
License
geem-lab/docker-hpc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a repository of Dockerfiles for software commonly used incomputational chemistry:
Basically, this allows one to deploy a lightweighted, containerized environmentin a matter of minutes, in which a particular package is ready to be used.Images are always based on the latest Ubuntu image available onDocker Hub. (How do I get started with Docker?)
All images are available inGitHub Container Registries,so the command below does everything for you:
$ docker run -it ghcr.io/geem-lab/IMAGENAME:TAGNAME /bin/bashAs a direct example:
$ docker run -it ghcr.io/geem-lab/gromacs:2020.4 /bin/bash(Of course, you'll needDocker.)This will give you a minimal, fully functioning terminal with all requiredsoftware available in/opt.
Note: if you build images locally(see below), you probably want to remove theghcr.io/geem-lab/ part (see below).
$ docker build -t IMAGENAME:TAGNAME IMAGENAME:TAGNAMEAs a direct example:
$ docker build -t gromacs:2020.4 gromacs:2020.4$ docker run -it IMAGENAME:TAGNAME /bin/bashAs a direct example:
$ docker run -it gromacs:2020.4 /bin/bashAbout
💾 Dockerfiles for software commonly used in computational chemistry research and development
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.