We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42382ca commit 4c520dbCopy full SHA for 4c520db
src/s.yaml
@@ -96,7 +96,7 @@ resources:
96
{{ else }}vpcConfig: ${resources.model_cache.output.vpcConfig}
97
nasConfig: ${resources.model_cache.output.nasConfig}{{ /if }}
98
customContainerConfig:
99
- image: modelscope-registry.${vars.region}.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-py310-torch2.3.1-1.23.1
+ image: modelscope-registry.${vars.region}.cr.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-py311-torch2.3.1-1.27.0
100
command: ["/bin/sh", "-c", "wget https://modelscope.oss-cn-beijing.aliyuncs.com/swingdeploy/pre/deploy.tar; tar xvf deploy.tar; /bin/bash script/run_download.sh"]
101
port: 9001
102
registryConfig:
0 commit comments