This message was deleted.
# ask-for-help
s
This message was deleted.
b
3. Do not include the venv folder. Otherwise that happens. 1. No. Use a base image with Python (bento by default uses that anyway) and u can specify the dependencies in requirements.txt. The docs cover this quite well. 2. This is handled by bentoml and done via the entrypoint so unless you're doing some super customised you don't have to worry about it
f
even when not including the .venv folder it doesn't progress any further 😕
b
Is it in the local dir?
Try removing it from the root folder
Or explicitly exclude it
f
How can I explicitly exclude it? Do I do that in the bentofile.yaml?
b
Yup
include: - "data/" - "**/*.py" exclude: - "tests/" - "secrets.key
f
okay that did the trick!
Thank you! 😄
You always have the right answers 😊
🎉 1
b
Lol you're very welcomed ☺️