Without pytest.

This commit is contained in:
Nicolas Patry 2024-10-02 17:42:07 +02:00
parent bf4f08e06d
commit 67c0ff67ee
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -191,7 +191,7 @@ jobs:
run: |
export DOCKER_VOLUME=/mnt2/
# export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
export DOCKER_IMAGE=busybox
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-318bbc7-rocm
# export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
export DOCKER_DEVICES=/dev/kfd,/dev/cri
# export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"