Skip to content

A Docker image to run the CMPL application.

Notifications You must be signed in to change notification settings

chrisnig/cmpl-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for CMPL

This docker image contains the CMPL software suite. Be sure to mount your working directory containing input files as a volume to /data.

CMPL is installed under /usr/share and the cmpl executable is the entrypoint.

Usage

Assume that your model file is called model.cmpl and stored in the current directory. Run Docker as follows:

docker run --rm -v $(pwd):/data chrisnig/cmpl model.cmpl

For more documentation on the parameters to supply to CMPL, see the CMPL manual.

About

A Docker image to run the CMPL application.

Resources

Stars

Watchers

Forks

Packages

No packages published