Skip to content

Commit

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

swap to 2core to test runner getting picked up
  • Loading branch information
Gregory-Pereira authored Apr 29, 2024
2 parents 4f31d5c + 4ac9304 commit 5eeb7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instructlab_baseimages_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
containerfile: training/nvidia/Containerfile
context: training/nvidia
platforms: linux/amd64
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-2core
steps:
- name: Remove unnecessary files
run: |
Expand Down

0 comments on commit 5eeb7b3

Please sign in to comment.