File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ resources:
174174 vpcConfig : ${resources.model_cache.output.vpcConfig}
175175 nasConfig : ${resources.model_cache.output.nasConfig}
176176 customContainerConfig :
177- image : {{ if imageTag == 'ubuntu22.04-cuda12.1.0-py310-torch2.3.0-tf2.16.1-1.16.0-fc' || imageTag == 'ubuntu22.04-cuda12.4.0-py311-torch2.6.0-1.25.0-LLM' || imageTag == 'ubuntu22.04-cuda12.4.0-py310-torch2.6.0-1.23.1-LLM' || imageTag == 'ubuntu22.04-py310-torch2.3.0-1.16.0-fc' || imageTag == 'ubuntu22.04-cuda12.1.0-py310-torch2.3.0-tf2.16.1-1.16.0based-1.18.1-fc' || imageTag == 'ubuntu22.04-cuda12.4.0-py310-torch2.5.1-1.23.1-LLM' || imageTag == 'fc-deploy-common-v17.3.3'}}registry.${vars.region}.aliyuncs.com/modelscope-repo/modelscope:${vars.version}{{ else }}modelscope-registry.${vars.region}.cr.aliyuncs.com/modelscope-repo/modelscope:${vars.version}{{/if}}
177+ image : {{ if imageTag == 'ubuntu22.04-cuda12.1.0-py310-torch2.3.0-tf2.16.1-1.16.0-fc' || imageTag == 'ubuntu22.04-cuda12.4.0-py311-torch2.6.0-1.25.0-LLM' || imageTag == 'ubuntu22.04-cuda12.4.0-py310-torch2.6.0-1.23.1-LLM' || imageTag == 'ubuntu22.04-py310-torch2.3.0-1.16.0-fc' || imageTag == 'ubuntu22.04-cuda12.1.0-py310-torch2.3.0-tf2.16.1-1.16.0based-1.18.1-fc' || imageTag == 'ubuntu22.04-cuda12.4.0-py310-torch2.5.1-1.23.1-LLM' || imageTag == 'fc-deploy-common-v17.3.3' || imageTag == 'ubuntu22.04-cuda12.4.0-py310-torch2.4.0-1.21.0-LLM-vllm085' }}registry.${vars.region}.aliyuncs.com/modelscope-repo/modelscope:${vars.version}{{ else }}modelscope-registry.${vars.region}.cr.aliyuncs.com/modelscope-repo/modelscope:${vars.version}{{/if}}
178178 command : ["/bin/sh", "-c", "wget https://modelscope.oss-cn-beijing.aliyuncs.com/swingdeploy/pre/deploy.tar; tar xvf deploy.tar; /bin/bash script/run_deploy.sh"]
179179 port : 9000
180180 registryConfig :
You can’t perform that action at this time.
0 commit comments