Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
More space
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Dec 15, 2023
1 parent c1cde04 commit 7429941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gptq_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.GPTQ_IMAGE_NAME }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
# Workaround to provide additional free space.
# https://github.com/actions/virtual-environments/issues/2840
- run: |
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 7429941

Please sign in to comment.