base.py
async task/job queue based on message passing (Python3 version)
RUN apt-get update && \
apt-get install -y python-cl
RUN apt-get update && \
apt-get install -y python-cl
RUN pacman -S --noconfirm python2-celery
RUN apt-get update && \
apt-get install -y python-celery
RUN dnf install -y python2-celery
RUN apt-get update && \
apt-get install -y python-cl