Skip to content

Commit

Permalink
force rebuild image
Browse files Browse the repository at this point in the history
  • Loading branch information
mulin.lyh committed Oct 19, 2023
1 parent 8e187bd commit b14f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev_scripts/build_image.sh
Expand Up @@ -150,7 +150,7 @@ echo -e "Building image with:\npython$python_version\npytorch$torch_version\nten
docker_file_content=`cat docker/Dockerfile.ubuntu`
if [ "$is_ci_test" != "True" ]; then
echo "Building ModelScope lib, will install ModelScope lib to image"
docker_file_content="${docker_file_content} \nRUN pip install --no-cache-dir https://modelscope.oss-cn-beijing.aliyuncs.com/releases/build/modelscope-$modelscope_version-py3-none-any.whl && pip install --no-cache-dir -U transformers"
docker_file_content="${docker_file_content} \nRUN pip install --no-cache-dir numpy https://modelscope.oss-cn-beijing.aliyuncs.com/releases/build/modelscope-$modelscope_version-py3-none-any.whl && pip install --no-cache-dir -U transformers"
fi
echo "$is_dsw"
if [ "$is_dsw" == "False" ]; then
Expand Down

0 comments on commit b14f346

Please sign in to comment.