fjenett commited on
Commit
f084c46
1 Parent(s): 4386942

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ RUN pip install -r requirements.txt
24
  RUN mkdir examples && \
25
  cd examples && \
26
  for i in `seq 1 12`; do wget "https://raw.githubusercontent.com/memory-overflow/standard-ellipse-detection/master/images/test$i.jpg"; done && \
27
- for file in 13.jpg 27.jpg 35.jpg 43.jpg 666.jpg 666_negative.jpg 666_positive.jpg different-polarity-detection_all.jpg im9933.jpg; do wget "https://github.com/AlanLuSun/High-quality-ellipse-detection/blob/master/pics/$file"; done
 
28
 
29
  COPY test.py /opt/build/AAMED/python/
30
  RUN cd /opt/build/AAMED/python && python test.py
 
24
  RUN mkdir examples && \
25
  cd examples && \
26
  for i in `seq 1 12`; do wget "https://raw.githubusercontent.com/memory-overflow/standard-ellipse-detection/master/images/test$i.jpg"; done && \
27
+ for file in 13.jpg 27.jpg 35.jpg 43.jpg 666.jpg 666_negative.jpg 666_positive.jpg different-polarity-detection_all.jpg im9933.jpg; \
28
+ do wget "https://raw.githubusercontent.com/AlanLuSun/High-quality-ellipse-detection/master/pics/$file"; done
29
 
30
  COPY test.py /opt/build/AAMED/python/
31
  RUN cd /opt/build/AAMED/python && python test.py