1. FROM python:3.9
    2. ENV DEBIAN_FRONTEND=noninteractive
    3. RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple \
    4. redis==3.5.3 numpy==1.19.4 pandas==1.1.5
    5. RUN apt-get update -y && apt-get install --assume-yes apt-utils && apt-get install -y vim
    6. RUN pip uninstall -y uvloop
    7. WORKDIR /data