-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Open
Copy link
Labels
enhancementNew feature or requestNew feature or requestinference systemCode to perform inference with the trained model(s)Code to perform inference with the trained model(s)model backendDeployment of containers and database usageDeployment of containers and database usage
Description
After addressing issues #319 and #321, we should create a workflow to
- publish the InferenceSystem docker container to the Azure Container Registry, and
- deploy an updated docker build to Azure Kubernetes Service.
The trigger would be a manual action to release a new build, e.g.:
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'Instructions for manually publishing the image to ACR: https://github.com/orcasound/aifororcas-livesystem/tree/main/InferenceSystem#pushing-your-image-to-azure-container-registry
Instructions for deploying the ACR image into docker containers in AKS: https://github.com/orcasound/aifororcas-livesystem/tree/main/InferenceSystem#deploying-an-updated-docker-build-to-azure-kubernetes-service
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinference systemCode to perform inference with the trained model(s)Code to perform inference with the trained model(s)model backendDeployment of containers and database usageDeployment of containers and database usage