-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error #1
Comments
Pulled your image and I'm able to reproduce this. What version of Docker are you using? Also, what does |
Docker Version:
History:
|
Ok, all those It may be necessary to have the build cache present for |
I will try that :) I did let it build on the dockerHub build system |
Cool, if it fixes it let me know. I should add a big warning to the README. |
Ok now I get some errors that are coming from |
Ah yea, I was getting that too. The solution mentioned there worked for me. Either rebuild the |
Ok rebuilding only got me to another error. But I will try the other image :) |
Both solutions give me than:
|
Hm odd, I'm not sure the issue. If you share the Dockerfile I could try building the image myself and debugging further. |
So the code and commit is here: https://github.com/Nordgedanken/ProjectStreet_Detection-docker/tree/99413217d225c3f845b1dc41cd480b8f850cac38 |
When I run
./docker-stfd mtrnord/projectstreet_detection:latest sh -c "PYTHONPATH='/usr/lib/python2.7/dist-packages/' python face_detect.py abba.png haarcascade_frontalface_default.xml >> /root/shared/results/logs.txt"
I get
I run that inside an docker container (if that makes any difference)
The text was updated successfully, but these errors were encountered: