From 7634bed00b9dba453544852f95e67d5629f47379 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 5 Jun 2024 12:15:44 +0200 Subject: [PATCH] Trying to run docker manually. --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 86a96370..404605a1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,4 +36,5 @@ jobs: make install-integration-tests export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-a54ca37-intel export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }} + docker run $DOCKER_IMAGE --model-id gpt2 python -m pytest -s -vv integration-tests