then build and tag images "docker tag <orig>:latest localhost:5000/<orig>:latest" and follow with "docker push localhost:5000/<orig>:latest" then kubernetes should be able to find the image
test darknet: ./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights -ext_output shopping-crowded-mall-17889570.jpg
- then we need to add an old repo because jasper got removed recently: ... well that failed because obviously going back to an old distro to install a package was stupid.
- trying:
apt-get install opencv-data
apt-get install libopencv-dev
-> yAS
but we need DEBIAN_FRONTEND="noninteractive" and apt-get install --yes