Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
Adrien 2024-07-19 10:06:03 +02:00
parent 662fdeb6ee
commit 453130cfc3
No known key found for this signature in database
GPG Key ID: 13A249A288DE0DAB

View File

@ -206,7 +206,7 @@ jobs:
make install-integration-tests make install-integration-tests
- name: Run tests - name: Run tests
run: | run: |
export DOCKER_VOLUME=/mnt/cache export DOCKER_VOLUME=/tmp
export DOCKER_IMAGE=registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-c55c43e export DOCKER_IMAGE=registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-c55c43e
export HF_TOKEN=${{ secrets.HF_TOKEN }} export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE echo $DOCKER_IMAGE