# __BASE_IMAGE__ is automatically replaced with the correct base image
FROM __BASE_IMAGE__ 
RUN pip3 install pandas==0.25.3 scikit-learn==0.21.3
