model-inference / Dockerfile
osbm's picture
Create Dockerfile
60279ea verified
raw
history blame
122 Bytes
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install openslide-tools
COPY . .
RUN pip install -r requirements.txt