Skip to content

Commit

Permalink
Renamed image
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 7, 2024
1 parent a7b5297 commit 9621f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"humanitarian_ai_assistant-actions": [f"{container_registry}/{repo}","actions"],
"busybox": [f"{container_registry}/{repo}","init"],
"nginx:latest": [f"{container_registry}/{repo}","nginx"],
"ghcr.io/iamgreggarcia/codesphera:latest": [f"{container_registry}/{repo}","code-interpreter"],
"humanitarian_ai_assistant-code-interpretor": [f"{container_registry}/{repo}","code-interpreter"],
}
docker_compose_file = "docker-compose-deploy.yml"
azure_platform = "linux/amd64"
Expand Down

0 comments on commit 9621f0e

Please sign in to comment.