-
Notifications
You must be signed in to change notification settings - Fork 30
No such file or directory: when bentoctl build -b #213
Comments
Hello Baptiste, I am having the same issue as you. |
Hi, If you downgrade to bentoctl 0.3.4 it fixes it temporarily. |
But I decided to deploy on k8s |
Thanks for the quick reply. I just checked this solution and it seems to solve this issue. Somehow when I run Did you get this error when deploying ? |
Hello @yassinethr, you can reinstall 0.4.0 and make the changes I proposed in the MR here : #214 What happens with version 0.3.4 is that the models are not copied in the image built, that's why they are not found in your setup. In version 0.4.0, the context manager supposed to create a temporary file system containing the bento with his models is not passed to the aws-ec2 operator, thus the operator does not find the "/tmp/xxxx" folder containing the bento to build the image. With the changes above, the models will be copied in the bento and the image will be correctly built. |
I just installed bentoctl 0.4.0 the first time and followed the instructions here and it is still broken, I get the following error:
|
@pmayd you can have a look at my message just above, it should work |
Describe the bug
Hi, I want to deploy a bento to Azure container registry, but when I
bentoctl build -b
I get the following errorTo Reproduce
bentoctl build -b sentiment_classifier:latest -f deployment_config.yaml
Expected behavior
Builds and push to container registry
Screenshots/Logs
The text was updated successfully, but these errors were encountered: