Skip to content

Instantly share code, notes, and snippets.

@SpheMakh
Created April 4, 2016 11:53
Show Gist options
  • Save SpheMakh/457cab03e295d6ab8f81054248453217 to your computer and use it in GitHub Desktop.
Save SpheMakh/457cab03e295d6ab8f81054248453217 to your computer and use it in GitHub Desktop.
stimela-calibrator
FROM radioastro/meqtrees
MAINTAINER <sphemakh@gmail.com>
RUN mkdir -p /input /output # I/O directories
ADD src /code # source code that runs the given task
WORKDIR /code
CMD sh run.sh # execute task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment