FROM python:3.9ENV DEBIAN_FRONTEND=noninteractiveRUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple \redis==3.5.3 numpy==1.19.4 pandas==1.1.5RUN apt-get update -y && apt-get install --assume-yes apt-utils && apt-get install -y vimRUN pip uninstall -y uvloopWORKDIR /data
