@@ -513,6 +513,8 @@ def registry(region_name, algorithm=None):
513513 "me-south-1" : "249704162688" ,
514514 "cn-north-1" : "390948362332" ,
515515 "cn-northwest-1" : "387376663083" ,
516+ "af-south-1" : "455444449433" ,
517+ "eu-south-1" : "257386234256" ,
516518 }
517519 elif algorithm in ["lda" ]:
518520 region_to_accounts = {
@@ -556,6 +558,8 @@ def registry(region_name, algorithm=None):
556558 "me-south-1" : "249704162688" ,
557559 "cn-north-1" : "390948362332" ,
558560 "cn-northwest-1" : "387376663083" ,
561+ "af-south-1" : "455444449433" ,
562+ "eu-south-1" : "257386234256" ,
559563 }
560564 elif algorithm in [
561565 "xgboost" ,
@@ -588,6 +592,8 @@ def registry(region_name, algorithm=None):
588592 "me-south-1" : "249704162688" ,
589593 "cn-north-1" : "390948362332" ,
590594 "cn-northwest-1" : "387376663083" ,
595+ "af-south-1" : "455444449433" ,
596+ "eu-south-1" : "257386234256" ,
591597 }
592598 elif algorithm in ["image-classification-neo" , "xgboost-neo" ]:
593599 region_to_accounts = NEO_IMAGE_ACCOUNT
0 commit comments