Posted by etoxin 8 hours ago
For those who do not trust
docker run --rm -it -v "$(pwd)":/work -w /work myaiimage /bin/bash
AND do not want to use some other, free VM for some reason?container run --rm -it -v "$(pwd)":/work -w /work myaiimage /bin/bash
https://engine.build/lab/agent-sandboxes
The open source section specifically.
Other than the login problem, it’s a decent option.