Skip to content

Light-weight, minimal base image containing and installation of MPICH

License

Notifications You must be signed in to change notification settings

sourceryinstitute/mpich-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ 🐋 MPICH-docker-image 🚢 ✨

layers commit Docker Pulls Maintenance GitHub forks GitHub stars GitHub stars Twitter URL

A lightweight docker image FROM sourceryinstitute/docker-base:latest with MPICH installed.

Use this for your own images:

Your Dockerfile might look like this:

FROM sourceryinstitute/mpich-docker-image:latest
COPY . /context
WORKDIR /context
RUN # build your app or apt-get install, etc.
ENTRYPOINT ["/bin/bash","-c"]
CMD ["bin/bash -l"]
#etc

See the Dockerfile reference and best practices for further details.

Then you can build and run with something like:

docker build -t my-cool-image .
docker run -it --rm --name my-cool-container my-cool-image

Current Packages

    ca-certificates
    cmake
    curl
    g++
    gcc
    gfortran
    git
    libtool
    make
    mpich
    openssh-client
    sudo
    wget

GitHub followers Twitter Follow

About

Light-weight, minimal base image containing and installation of MPICH

Resources

License

Stars

Watchers

Forks

Packages

No packages published