FROM python:3.8.12-slim-buster RUN python -m pip install --upgrade pip RUN pip install cryptography mlflow boto3 pymysql EXPOSE 5000