I have the following dockerfile
FROM python:3.8-slim-buster RUN pip install scikit-learn==0.21.3
The docker build . doesn\'t work,
docker build .