Skip to content

Commit

Permalink
Merge pull request #548 from DanielKotik/temp-fix-docker-build
Browse files Browse the repository at this point in the history
Use legacy builder to build Docker image
  • Loading branch information
DanielKotik authored Jun 13, 2024
2 parents dd37531 + 031fab3 commit 8434b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
CACHE=$IMAGE_REPO/$IMAGE_NAME:latest
fi
docker build . --file Dockerfile --tag $IMAGE_NAME:local --cache-from=$CACHE --build-arg DEVICE=cpu
DOCKER_BUILDKIT=0 docker build . --file Dockerfile --tag $IMAGE_NAME:local --cache-from=$CACHE --build-arg DEVICE=cpu
# Show images
docker images --filter=reference=$IMAGE_NAME --filter=reference=$IMAGE_REPO/$IMAGE_NAME
Expand Down

0 comments on commit 8434b8b

Please sign in to comment.