Skip to content

Commit 1563489

Browse files
committed
Removes unwanted DOCKER_BUILDKIT=1 setting
1 parent 74094d6 commit 1563489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ML-Frameworks/pytorch-aarch64/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ torch_wheel_name=$(grep -o "torch-.*.whl" $build_log | head -n -1 | tail -n 1)
5050
# Use the second to last match, otherwise grep finds itself
5151
torch_ao_wheel_name=$(grep -o "torchao-.*.whl" $build_log | head -n -1 | tail -n 1)
5252

53-
DOCKER_BUILDKIT=1 docker build -t toolsolutions-pytorch:latest \
53+
docker build -t toolsolutions-pytorch:latest \
5454
--build-arg TORCH_WHEEL=results/$torch_wheel_name \
5555
--build-arg DOCKER_IMAGE_MIRROR \
5656
--build-arg TORCH_AO_WHEEL=ao/dist/$torch_ao_wheel_name \

0 commit comments

Comments
 (0)