Skip to content

Commit 24c5148

Browse files
authored
explicitly use DOCKER_BUILDKIT=1 (#19)
1 parent aed563a commit 24c5148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PYTORCH_CHANNEL ?= pytorch-test
77
BUILD_PROGRESS ?=
88

99
# We designate IN_CI=1 to have the runner generate xml reports
10-
DOCKER_BUILD = docker build \
10+
DOCKER_BUILD = DOCKER_BUILDKIT=1 docker build \
1111
-t compat-test:$@ \
1212
$(BUILD_PROGRESS) \
1313
--build-arg BASE_IMAGE=$(BASE_IMAGE) \

0 commit comments

Comments
 (0)