Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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"]
|