(base) C:\Users\UR277MH\Pycharm\bentoml_aci>bentoctl init
C
\Users\UR277MH\Anaconda3\lib\site packages\paramiko\transport.py219: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
C
\Users\UR277MH\Anaconda3\Scripts\bentoctl.exe\ main .py4: DeprecationWarning: bentoml._internal.utils.buildx is deprecated. Make sure to use 'bentoml.container.build' and 'bentoml.container.health' instead.
Bentoctl Interactive Deployment Config Builder
Welcome! You are now in interactive mode.
This mode will help you setup the deployment_config.yaml file required for
deployment. Fill out the appropriate values for the fields.
(deployment config will be saved to: ./deployment_config.yaml)
api_version: v1
name: credit_risk
operator:
name: azure-container-instances
template: terraform
spec:
resource_group: test
acr_name: container1111111
cpu: 1
memory: 1
bentoml_port: '3000'
filename for deployment_config [deployment_config.yaml]:
deployment config generated to: deployment_config.yaml
✨ generated template files.
- .\
main.tf
- .\bentoctl.tfvars