From 2009bd4bfafa6121e8ce801c8bfafaa0f055b82b Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 22 Feb 2024 17:04:38 +0800 Subject: [PATCH] run as docker --- .github/workflows/test-pull-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-pull-image.yml b/.github/workflows/test-pull-image.yml index 032107b9..b16cde29 100644 --- a/.github/workflows/test-pull-image.yml +++ b/.github/workflows/test-pull-image.yml @@ -32,9 +32,8 @@ jobs: runs-on: [intel-cpu, 8-cpu, ci] container: image: us-central1-docker.pkg.dev/deep-learning-images/huggingface-pytorch-transformers-4.37.2-py310 - options: --shm-size "16gb" credentials: - username: _json_key_base64 + username: _json_key password: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON_KEY }} steps: - name: Echo