# __BASE_IMAGE__ is automatically replaced with the correct base image
FROM __BASE_IMAGE__ 
#FROM python:3.7-slim-buster

RUN pip3 install pandas==0.25.3 scikit-learn==0.21.3
#ENV PYTHONUNBUFFERED=TRUE

#ENTRYPOINT ["python3"]