Chaoyu
01/28/2022, 2:25 AMSlackbot
01/31/2022, 9:43 PMSlackbot
02/03/2022, 1:35 PMSlackbot
02/15/2022, 11:38 AMSlackbot
02/15/2022, 12:18 PMSlackbot
02/17/2022, 5:19 AMSlackbot
02/17/2022, 4:47 PMSlackbot
02/18/2022, 11:00 AMvade
02/21/2022, 7:45 PMvade
02/21/2022, 7:45 PMvade
02/21/2022, 7:47 PMTim Liu
02/21/2022, 7:58 PMvade
02/21/2022, 8:34 PMvade
02/21/2022, 8:34 PMvade
02/21/2022, 8:34 PMaws ecr get-login --region us-east-1 --no-include-email
#ensure we build the latest bento service via
cd app;
python serialize_service.py
cd ../
saved_path=$(bentoml get myservice:latest --print-location --quiet)
sudo docker build --tag=<http://xyz.amazonaws.com/ecr-repo|xyz.amazonaws.com/ecr-repo> $saved_path
vade
02/21/2022, 8:35 PMvade
02/21/2022, 8:35 PMvade
02/21/2022, 8:35 PMvade
02/21/2022, 8:35 PMSlackbot
02/21/2022, 8:36 PMDavid Cardoner
02/25/2022, 1:45 PMDavid Cardoner
02/25/2022, 1:46 PMDavid Cardoner
02/25/2022, 1:46 PMSlackbot
03/01/2022, 4:23 PMSlackbot
03/09/2022, 10:13 PMDeepak Dhiman
03/11/2022, 12:28 PMDeepak Dhiman
03/11/2022, 12:29 PM---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-24-5efba0a644ea> in <module>
----> 1 bentoml.sklearn.save("iris_clf", clf)
AttributeError: module 'bentoml' has no attribute 'sklearn'Deepak Dhiman
03/11/2022, 12:30 PMAttributeError Traceback (most recent call last)
<ipython-input-23-cfd1046a86b2> in <module>
----> 1 sklearn.save("iris_clf", clf)
AttributeError: module 'bentoml.frameworks.sklearn' has no attribute 'save'
Deepak Dhiman
03/11/2022, 12:32 PMDeepak Dhiman
03/11/2022, 12:33 PM