File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
5757 name : model_meta_func
5858 description : Meta Api
5959 codeUri : ./model_meta_info
60- handler : {{ if imageTag == 'fc-deploy-common-v17.3.3' }}not-used{{ else }}index.handler
60+ handler : " {{ if imageTag == 'fc-deploy-common-v17.3.3' }}not-used{{ else }}index.handler{{ /if }} "
6161 timeout : 1800
6262 caPort : 9000
6363 instanceType : g1
@@ -88,9 +88,9 @@ services:
8888 name : model_app_func
8989 description : Deploy ModelScope applications of model {{ modelId }}
9090 codeUri : ./model_deploy
91- handler : {{ if imageTag == 'fc-deploy-common-v17.3.3' }}not-used{{ else }}index.handler
91+ handler : " {{ if imageTag == 'fc-deploy-common-v17.3.3' }}not-used{{ else }}index.handler{{ /if }} "
9292 timeout : 1800
93- caPort : {{ if imageTag == 'fc-deploy-common-v17.3.3' }}9000{{ else }}11434
93+ caPort : " {{ if imageTag == 'fc-deploy-common-v17.3.3' }}9000{{ else }}11434{{ /if }} "
9494 instanceType : {{ gpuInstanceType }}
9595 gpuMemorySize : {{ gpuMemorySize }}
9696 memorySize : {{ memorySize }}
You can’t perform that action at this time.
0 commit comments