Unable to run sandbox.py

Hello,

When I try to run the sandbox module or all modules I get a docker error as “invalid argument” . Anyone have any ideas?

Thanks in advance.

Is this only with the sandbox service? From what I’ve found online, it looks like the sandbox image got corrupted. Try removing the container, clearing all the cache, and rebuilding it:

sudo docker container rm avr-2022-sandbox-1
sudo docker image rm avr-2022-sandbox
sudo docker builder prune --force
python ./start.py build sandbox

Hi, thank you for your response, I tried running sudo docker container RM avr-2022-sandbox-1 but it displays there is “No such container:”

Screenshot 2022-11-09 181507

This is only from the sandbox service.

That’s fine, we’re trying to remove the existing container and cache, so if it doesn’t exist, that’s okay