docker-wechat icon indicating copy to clipboard operation
docker-wechat copied to clipboard

Unable to start docker with downloaded dochat.sh

Open zopfact351 opened this issue 5 years ago • 2 comments

I had to download and edit the dochat.sh file before using DoChat because of my environment (Crostini on ChromeOS).

However, when trying to start the edited sh file with the following command: bash ./dochat.sh DOCHAT_SKIP_PULL=true

I got the following error:

Unable to find image 'sudo:latest' locally

image

Anyways, any help is appreciated!

Thanks

BTW: when trying to start with the hosted script, I got the following error which led me to download and edit the file to try to start it locally, but I suspect this error is related to Crostini:

docker: Error response from daemon: error gathering device information while adding custom device "/dev/video*": no such file or directory. image

zopfact351 avatar Jul 12 '20 03:07 zopfact351

🚀 Pulling the docker image...

2.7.1.85: Pulling from zixia/wechat Digest: sha256:e6e9d21c7cd1dfae0484e697f12f5f3c401de2f02e771d061868740e0d26549d Status: Image is up to date for zixia/wechat:2.7.1.85 docker.io/zixia/wechat:2.7.1.85

🚀 Pulling the docker image done. 🚀 Starting DoChat /dɑɑˈtʃæt/ ...

📦 DoChat Exited with code [0]

🐞 Bug Report: https://github.com/huan/docker-wechat/issues

colatea avatar Jul 15 '20 03:07 colatea

Same problem as yours: docker: Error response from daemon: error gathering device information while adding custom device "/dev/video*": no such file or directory. Screenshot 2020-09-21 at 10.56.41.png

I searched in Google and find it might be sovled according to https://github.com/lbeaucourt/Object-detection/issues/4 Screenshot 2020-09-21 at 11.02.55.png

However, I don't know which is my device's name in /dev

Karl15926 avatar Sep 21 '20 03:09 Karl15926