From 6ee1302055a7e0e054454e5e4d6a892204b5431f Mon Sep 17 00:00:00 2001 From: mathiasg Date: Fri, 15 Apr 2022 14:52:21 -0400 Subject: [PATCH] DOC: Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ad4265 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Advanced Normalization Tools (ANTs) + +A repository to store ANTs Docker images. + + +#### Example docker build + +After cloning this repository: +``` +docker build --rm -t antsx/ants:2.3.5 --build-arg VERSION="v2.3.5" . +```