mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
remove DOCKER_BUILDKIT=0 for cpu build issue
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user