File size: 163 Bytes
60279ea
 
1e0e482
 
60279ea
6900c58
60279ea
 
 
 
1e0e482
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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