Docker container recipe to run ska-sdp-low-selfcal (https://gitlab.com/ska-telescope/sdp/science-pipeline-workflows/ska-sdp-wflow-selfcal)
# Building
To build the image execute:
```
docker build -t [tagname] .
```
*Note*: the code is installed and compiled for the specific architecture of the machine that built the docker image. Therefore it might not run on different architectures.