Skip to content

oliveralka/docker_files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile collection

A collection of dockerfiles to build some interesting projects such as OpenMS. The repository contains Dockerfiles to build several releases of OpenMS as well as nightly builds.

OpenMS

There are Docker files available that create a container with all the dependencies for OpenMS already pre-compiled:

Based on these containers, it is pretty straight forward to build the

Using the same base container, we also have Docker files for the releases

Example

Example build of a pyOpenMS container:

cd openms/releases/2.2/py
sudo docker build .
sudo docker tag 96f09cf61605 hroest/openms-pyopenms-v2.2.0
sudo docker push hroest/openms-pyopenms-v2.2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published