FROM python:3.9.7-slim
WORKDIR /usr/src/app
RUN pip install --no-cache-dir -v pandas==1.3.3
CMD [ "python" ]