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
@TonyBrobston has this worked for you at all? I usually run the containers with an override and explore them if I see "can't open" messages. Something like
docker run --entrypoint /bin/bash -it
In this case you likely want (you can use this image or mine, I think they're the same) - modify below I just typed off top of my head add the Volume mapping though
docker run --entrypoint /bin/sh -it -v /RAID/Input:/root/Import -v /RAID/Output:/root/Videos/Tesla_Dashcam magicalyak/tesla_dashcam
and then poke around in there to see what happens.
Try running python3 to ensure it's there (it should be)
Try running python3 tesla_dashcam/tesla_dashcam.py
Check that path and directory and make sure it's there.
Maybe @magicalyak can help weigh in.
I was previously using your docker image from docker hub, I tried swapping to the Dockerfile in this repo, any pointers on what I'm doing wrong here?
I have this repo cloned two directories up.
When I run a
docker compose up
I get:The text was updated successfully, but these errors were encountered: