fjenett commited on
Commit
0bfa190
·
1 Parent(s): 37ed013

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,6 +26,6 @@ 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"]
 
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"]