Docker files for casa 4.5
These files are used to create a casapy docker image.
usage:
make download
will download casa tarballmake build
will make a docker imagemake upload
will upload image to docker hub (auth required)
Note that you don't need this repository to use the casa docker image,
you can just do docker run -ti radioastro/casa
which will implicitly
download the image from the docker hub.