From ece6b94118bd23688c2ec481c742383408d23a7c Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Mon, 18 Mar 2024 11:01:09 +0100 Subject: [PATCH] remove proxy --- .github/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2f7ae871..ff2bb874 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -142,9 +142,6 @@ jobs: build-args: | GIT_SHA=${{ env.GITHUB_SHA }} DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }} - "http_proxy=http://localhost:1055" - "https_proxy=http://localhost:1055" - "no_proxy='localhost,127.0.0.1,::1,*.github-runners.huggingface.tech,*.amazonaws.com,*.docker.io,*.docker.com,cdn.auth0.com,*.cloudfront.net'" tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }} labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }} cache-from: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache,mode=min