Skip to content

Commit

Permalink
feat: run on gpu runner (#213)
Browse files Browse the repository at this point in the history
* run on gpu runner

* run on gpu runner

---------

Co-authored-by: aminediro <aminedirhoussi@gmail.com>
  • Loading branch information
AmineDiro and AmineDiro authored Jan 8, 2025
1 parent 2e1c6dd commit c6c00bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ permissions:
jobs:
deploy:
name: Build docker-gpu
runs-on: ubuntu-latest
runs-on:
group: big-boy-gpu
environment: production
outputs:
imageoutput: ${{ steps.build-image.outputs.imageoutput }}
Expand Down

0 comments on commit c6c00bb

Please sign in to comment.