model-inference / Dockerfile
osbm's picture
Update Dockerfile
6900c58 verified
raw
history blame
163 Bytes
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