Configuring service worker without KVM #13
Unanswered
luis-silva-idb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using code-interpreter with kvm is a no-go for me, as we're using VMware ESXi and it might disrupt vMotion and other stuff, so I've been trying to launch it without kvm enabled.
My setup:
.env.exampleand only changed theSANDBOX_ACCESS_TOKENvariableRight from the start, just setting the
KVM_ENABLEDvariable to false didn't let me actually start the container, failed with the following error:After commenting the device in the
docker-compose.yamlfile, it starts but fails:At this point and without finding documentation to guide me, I turned to LLM for some guidance on the error and what I could do, it suggested adding the volume
/sys/fs/cgroup:/sys/fs/cgroup:roand addingprivileged: trueto the service definition.After that, the error changed:
I got stuck after that, since every change suggested either didn't actually do anything or got me to some problems with the entrypoint.sh.
Is there any documentation on how to do this? I've searched across the repo and for any official documentation, but I haven't found enough information to go on.
I've posted this on discussions; if it's not the correct place, kindly direct me to where I can post it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions