FROM ubuntu:latest ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update RUN apt-get install -y openslide-tools COPY . . RUN pip install -r requirements.txt