Skip to content

Commit 72418b5

Browse files
xiaojianpingaxiaojiaping.xjp
andauthored
bump version 0.7.5
Co-authored-by: xiaojiaping.xjp <xiaojiaping.xjp@alibaba-inc.com>
1 parent edb709a commit 72418b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ resources:
198198
nasConfig: ${resources.model_cache.output.nasConfig}{{ /if }}
199199
customContainerConfig:
200200
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}}
201-
command: ["/bin/sh", "-c", "wget https://modelscope.oss-cn-beijing.aliyuncs.com/swingdeploy/deploy.tar; tar xvf deploy.tar; /bin/bash script/run_deploy.sh"]
201+
entrypoint: ["/bin/sh", "-c", "wget https://modelscope.oss-cn-beijing.aliyuncs.com/swingdeploy/deploy.tar; tar xvf deploy.tar; /bin/bash script/run_deploy.sh"]
202202
port: 9000
203203
registryConfig:
204204
certConfig:

0 commit comments

Comments
 (0)