We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b081b5b commit 2228ea8Copy full SHA for 2228ea8
.github/workflows/citest.yaml
@@ -75,5 +75,11 @@ jobs:
75
set -e
76
mkdir -p ~/.cache
77
export MODELSCOPE_CACHE=~/.cache
78
+ export IMAGE_NAME=modelscope-registry.us-west-1.cr.aliyuncs.com/modelscope-repo/modelscope
79
+ export IMAGE_VERSION=ci_image
80
+ export MODELSCOPE_HOME_CACHE=~/.cache
81
+ export CI_TEST=True
82
+ export MODELSCOPE_SDK_DEBUG=True
83
export CI_COMMAND='bash .dev_scripts/ci_container_test.sh pytest tests'
84
+ CODE_DIR=$PWD
85
bash .dev_scripts/dockerci.sh
0 commit comments