Closed halkeye closed 6 days ago
Thanks for letting me know! Ideally, you don't want to install the plugin as the root user because then stuff like this happens. Can you try installing the user as a non-root user and see if it works?
you should be able to test with:
docker run -it --rm -u 1000:1000 octoeverywhere/octoeverywhere:3.6.1
/root/octoeverywhere-env/bin/python: No module named docker_octoeverywhere
Default runs normally
but fails with custom uuid
But make /root readable and it'll work just fine
My vote is to deploy to anywhere other than /root, but chmod would work too.