Skip to content

Commit

Permalink
misc: change repo url and k8s deploy image
Browse files Browse the repository at this point in the history
  • Loading branch information
gaotianyu committed Sep 27, 2024
1 parent 4c2b0a4 commit 5c203f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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: hub.sh.99cloud.net/aes/aes-ai-tutor:master
image: registry.cn-shanghai.aliyuncs.com/openhydra/aes-ai-tutor:main
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ["python cli.py init && python cli.py start --api"]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "AI-Tutor"
version = "0.0.1"
description = "aes-ai-tutor"
authors = ["FrankGTY"]
license = "MIT"
license = "APACHE-2.0"
readme = "README.md"
repository = "http://gitlab.sh.99cloud.net/aigc/aes-ai-tutor.git"
repository = "https://github.com/openhydra/aes-ai-tutor"
package-mode = false

[tool.poetry.dependencies]
Expand Down

0 comments on commit 5c203f0

Please sign in to comment.