Skip to content

Commit

Permalink
fixed deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Sep 27, 2023
1 parent 1a17022 commit 7e02874
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: ./.github/actions/execute-command-on-kubernetes-cluster
with:
kube-config: ${{ secrets.KUBE_CONFIG_DEV }}
kube-namespace: csia-pme-dev
kube-namespace: swiss-ai-center-dev
kubectl-context: ./kubernetes
kubectl-args: |
apply \
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
uses: ./.github/actions/execute-command-on-kubernetes-cluster
with:
kube-config: ${{ secrets.KUBE_CONFIG_PROD }}
kube-namespace: csia-pme-prod
kube-namespace: swiss-ai-center-prod
kubectl-context: ./kubernetes
kubectl-args: |
apply \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This service will analyse a black and white doodle and guess what have been drawn.

_Check the [related documentation](https://csia-pme.github.io/csia-pme/reference/doodle) for more information._
_Check the [related documentation](https://swiss-ai-center.github.io/core-engine/reference/doodle) for more information._
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
common-code[test] @ git+https://github.com/csia-pme/csia-pme.git@main#subdirectory=common-code
common-code[test] @ git+https://github.com/swiss-ai-center/core-engine.git@main#subdirectory=common-code
torch==2.0.1
Pillow==9.2.0
numpy==1.24.1
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def findFirstNonNull(elem):
description=api_description,
version="0.0.1",
contact={
"name": "CSIA-PME",
"name": "Swiss AI Center",
"url": "https://swiss-ai-center.ch/",
"email": "[email protected]",
},
Expand Down

0 comments on commit 7e02874

Please sign in to comment.