Open ValentaTomas opened 11 months ago
I faced same issue earlier. Rename e2b.Dockerfile to Dockerfile and it works
@vaibhavard Thanks for the feedback. You too are using Windows, right?
We encountered a similar error that happens when you put e2b.Dockerfile
into .dockerignore
so I'm just checking if your bug was not something else internally.
This might be solved because we are using local Docker now.
When you use
e2b build
on Windows with miniconda terminal there seems to be a bug when creating the TAR archive because during the building of the template on our infra the builder cannot find the required files probably because of invalid paths in the archive.e2b.Dockerfile
We should check the CLI logic for creating the archive and resolving path so it work for Windows paths too. When using WSL the CLI works normally.
E2B-436