frdel/agent-zero-run:hacking Install errors
Hi , I tried to install the frdel/agent-zero-run:hacking container .
When I run
docker run -p 50001:80 frdel/agent-zero-run:hacking
When it brings the image up I get this error in the container
Starting A0... python: can't open file '/a0/run_ui.py': [Errno 2] No such file or directory A0 script exited with an error. Restarting... Copying files from /git/agent-zero to /a0... cp: cannot stat '/git/agent-zero/.': No such file or directory python: can't open file '/a0/prepare.py': [Errno 2] No such file or directory python: can't open file '/a0/preload.py': [Errno 2] No such file or directory Starting A0... python: can't open file '/a0/run_ui.py': [Errno 2] No such file or directory A0 script exited with an error. Restarting... Copying files from /git/agent-zero to /a0... cp: cannot stat '/git/agent-zero/.': No such file or directory python: can't open file '/a0/prepare.py': [Errno 2] No such file or directory python: can't open file '/a0/preload.py': [Errno 2] No such file or director
Please advise how I can fix this on a Mac OSX
Same for me, any update on this?