File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
scenarios/AksOpenAiTerraform Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ helm upgrade --install cert-manager jetstack/cert-manager \
5656Apply/Deploy Manifest File
5757``` bash
5858export IMAGE=" aamini8/magic8ball:latest"
59- # Uncomment below to manually build docker image yourself instead of using pre-built image.
59+ # ( Uncomment below to manually build docker image yourself instead of using pre-built image.)
6060# docker build -t <YOUR IMAGE NAME> ./magic8ball --push
61+
6162export HOSTNAME=$( terraform -chdir=terraform output -raw hostname)
6263export WORKLOAD_IDENTITY_CLIENT_ID=$( terraform -chdir=terraform output -raw workload_identity_client_id)
6364export AZURE_OPENAI_DEPLOYMENT=$( terraform -chdir=terraform output -raw openai_deployment)
Original file line number Diff line number Diff line change 11streamlit ~= 1.40.1
2- azure-identity ~= 1.20 .0
3- openai ~= 1.65 .2
2+ azure-identity ~= 1.21 .0
3+ openai ~= 1.66 .2
You can’t perform that action at this time.
0 commit comments