Skip to content

Commit beaaf93

Browse files
committed
Fixes
1 parent 9b8c524 commit beaaf93

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ helm upgrade --install cert-manager jetstack/cert-manager \
5656
Apply/Deploy Manifest File
5757
```bash
5858
export 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+
6162
export HOSTNAME=$(terraform -chdir=terraform output -raw hostname)
6263
export WORKLOAD_IDENTITY_CLIENT_ID=$(terraform -chdir=terraform output -raw workload_identity_client_id)
6364
export AZURE_OPENAI_DEPLOYMENT=$(terraform -chdir=terraform output -raw openai_deployment)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
streamlit~=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

0 commit comments

Comments
 (0)