From b089315ecc589ceb6e33deacba3fa5c2dc1c2627 Mon Sep 17 00:00:00 2001 From: Marcin Antas Date: Fri, 27 Oct 2023 13:47:26 +0200 Subject: [PATCH] Update github runner for custom image build --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 44d407e..cceb21a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -88,7 +88,7 @@ jobs: cicd/docker_push.sh build-custom-image: name: Build custom image - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8-cores env: LOCAL_REPO: transformers-inference REMOTE_REPO: semitechnologies/transformers-inference