FROM ubuntu:latest RUN apt-get update RUN apt-get install openslide-tools COPY . . RUN pip install -r requirements.txt