fjenett commited on
Commit
37ed013
1 Parent(s): 67a3d7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -24,4 +24,8 @@ COPY . .
24
 
25
  RUN pip install -r requirements.txt
26
 
 
 
 
 
27
  CMD ["python", "/opt/build/app.py"]
 
24
 
25
  RUN pip install -r requirements.txt
26
 
27
+ RUN mkdir examples && \
28
+ cd examples && \
29
+ for i in [1..12]; do wget https://raw.githubusercontent.com/memory-overflow/standard-ellipse-detection/master/images/test$i.jpg; done
30
+
31
  CMD ["python", "/opt/build/app.py"]