Integrating Bentoml With Jenkins #1280
Unanswered
dummybot88
asked this question in
Q&A
Replies: 1 comment 9 replies
-
@dummybot88 Can you share with me how did you setup the Jenkin job? Also can you run |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to integrate bentoml with Jenkins and deployed the same on an AWS EC2 instance. If I run the bentoml lambda or sagemaker commands to deploy the bento service from Jenkins Pipeline job, I'm facing the below exception
bentoml lambda deploy second-15 -b IrisClassifier:20201127123143_1828D1 Error: lambda deploy failed: INTERNAL:BentoML currently not support UNSET repository
bentoml lambda deploy second-12 -b IrisClassifier:20201127094323_D3BC84 Deploying "IrisClassifier:20201127094323_D3BC84" to AWS Lambda [2020-11-27 12:00:28,634] ERROR - URPC ERROR ApplyDeployment: None has type NoneType, but expected one of: bytes, unicode Error: lambda deploy failed: INTERNAL:None has type NoneType, but expected one of: bytes, unicode
Could you please throw some light on how to fix the issue. Below are the versions of tools involved:
Python: 3.7.9
bentoml: 0.9.2
aws cli: 2.1.4
aws sam cli: 0.33.1
docker: 19.03.13-ce
Beta Was this translation helpful? Give feedback.
All reactions