Skip to content

Commit

Permalink
Merge pull request #372 from Gregory-Pereira/fix-base-instructlab-wor…
Browse files Browse the repository at this point in the history
…kflow-4

fixing instruct-nvidia workflow builds
  • Loading branch information
Gregory-Pereira authored Apr 29, 2024
2 parents 0f7f5aa + 6d6570b commit 4f31d5c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/instructlab_baseimages_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,28 +87,20 @@ jobs:
containerfile: training/nvidia/Containerfile
context: training/nvidia
platforms: linux/amd64
runs-on: ubuntu-22.04-8-cores
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected]

- name: Install qemu dependency
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static

- name: Build Image
id: build_image
uses: redhat-actions/[email protected]
with:
image: ${{ env.REGISTRY_ORG }}/${{ matrix.image_name }}
image: ${{ env.REGISTRY }}/${{ env.REGISTRY_ORG }}/${{ matrix.image_name }}
platforms: ${{ matrix.platforms }}
labels: |
${{ matrix.label }}
Expand Down

0 comments on commit 4f31d5c

Please sign in to comment.