Closed gonzalonunez closed 5 months ago
Fixed! Moved over to the latest ./start-up.sh
and modified the command used to build the template:
- npx e2b template build -c "/home/user/.jupyter/start-up.sh"
+ npx e2b template build -c "/root/.jupyter/start-up.sh"
I updated my custom template and am now unable to use any sandboxes at all. I'm seeing this error:
My Docker file pulls
FROM e2bdev/code-interpreter:latest
and the./start-up.sh
file that I have alongside it is one that I just pulled frommain
, I noticed that some changes were made.https://github.com/e2b-dev/code-interpreter/blob/main/template/start-up.sh
This is a relatively urgent issue as I'm unable to work with my template and I'm not sure how to rollback either, would appreciate any help 🙏