Skip to content

Commit

Permalink
fix incorrect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
simonycj committed Sep 29, 2024
1 parent 5c203f0 commit 2d1fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: ai-education-studio-admin
containers:
- name: aes-ai-tutor-container
image: registry.cn-shanghai.aliyuncs.com/openhydra/aes-ai-tutor:main
image: registry.cn-shanghai.aliyuncs.com/openhydra/aes-ai-tutor:latest
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ["python cli.py init && python cli.py start --api"]
Expand Down

0 comments on commit 2d1fa6b

Please sign in to comment.