You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello giulbia,
Can I run the program only by getting the Docker image docker pull mikkl/rpi2-babycry:squashed?
I cloned the repo to the folder as required,put the .egg to lib,and put the model.pkl in model.but I ran into this problem
pi@raspberrypi:/opt/baby_cry_rpi/script $ ./run.sh
docker: unknown server OS: .
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
I'm having the same issue. I don't know much about docker. Do you have to generate a docker container or something and then run it from inside docker somehow? I feel like there is a missing instruction in between:
Get the Docker image docker pull mikkl/rpi2-babycry:squashed
Put model.pkl generated by baby_cry_detection in folder model
Put the egg file baby_cry_detection-1.1-py2.7.egg generated by baby_cry_detection in folder lib
HA! I figured it out. It's a permissions issue.
So I installed docker using sudo, and with the installation script. So I needed to run the script using sudo as well. Once I did that, it worked. Maybe @super-rookie-i did the same? Try running sudo script/run.sh from the /opt/baby_cry_rpi/ directory (running run.sh from /opt/baby_cry_rpi/script also gave an error, so move up a directory).
Hello giulbia,
Can I run the program only by getting the Docker image docker pull mikkl/rpi2-babycry:squashed?
I cloned the repo to the folder as required,put the .egg to lib,and put the model.pkl in model.but I ran into this problem
pi@raspberrypi:/opt/baby_cry_rpi/script $ ./run.sh
docker: unknown server OS: .
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: