FROM {CULT_REGISTRY}/python:3.8

RUN pip install --no-cache-dir casatools=={wheel_version} casatasks=={wheel_version}

CMD /usr/bin/python3.8

