remove DOCKER_BUILDKIT=0 for cpu build issue

This commit is contained in:
taobao.com
2024-01-04 22:16:00 +08:00
parent 9720d46650
commit 8dadd97cc1

View File

@@ -190,7 +190,7 @@ printf "$docker_file_content" > Dockerfile
while true
do
DOCKER_BUILDKIT=0 docker build -t $IMAGE_TO_BUILD \
docker build --progress=plain -t $IMAGE_TO_BUILD \
--build-arg USE_GPU \
--build-arg BASE_IMAGE \
--build-arg PYTHON_VERSION \