This message was deleted.
# ask-for-help
s
This message was deleted.
s
Solved! This traces back to two bugs: (1) bentoml uses a sub-optimal strategy for walking over the filesystem, where it visits excluded folders. This is why the build suddenly takes several minutes. (2) there is a bug in FS where it fails when the path string contains an exclamation mark. This causes the copying of the docker-specific config to fail and is why I am seeing a FileNotFound error.
The first bug (1) is now tracked here: https://github.com/bentoml/BentoML/issues/3488
c
had same problem with bentoml build, added env to .bentoignore and that solved the problem for me