Skip to content
#

model-serving

Here are 78 public repositories matching this topic...

parano
parano commented Jan 27, 2022

Currently deployment creation allow users to set an env var and pass to the BentoServer container. However in production scenarios, users may want to get env var values directly from existing configmap or secret resources in their k8s cluster. e.g.:

env:
        # Define the environment variable
        - name: SPECIAL_LEVEL_KEY
          valueFrom:
            configMapKeyRef:
      
good first issue help wanted feature
Open

[DOC]

1
paynowski
paynowski commented Jun 29, 2022

Report incorrect documentation

Location of incorrect documentation
(https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/getting_started/tutorials/03_segmentation_app.html)

Describe the problems or issues found in the documentation
Missing several install steps.

Steps taken to verify documentation is incorrect
I had to add the following pip installations: scikit

documentation enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the model-serving topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the model-serving topic, visit your repo's landing page and select "manage topics."

Learn more