osbm commited on
Commit
60279ea
·
verified ·
1 Parent(s): 4cc4c48

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM ubuntu:latest
2
+
3
+ RUN apt-get update
4
+ RUN apt-get install openslide-tools
5
+
6
+ COPY . .
7
+
8
+ RUN pip install -r requirements.txt