No device.

This commit is contained in:
Nicolas Patry 2024-10-02 17:20:45 +02:00
parent 525f3a61db
commit df87a771d3
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674
2 changed files with 3 additions and 3 deletions

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=hello-world
export DOCKER_IMAGE=busybox
# export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
# export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
# export HF_TOKEN=${{ secrets.HF_TOKEN }}

View File

@ -528,8 +528,8 @@ def launcher(event_loop):
environment=env,
auto_remove=False,
detach=True,
device_requests=device_requests,
devices=devices,
# device_requests=device_requests,
# devices=devices,
volumes=volumes,
ports={"80/tcp": port},
healthcheck={"timeout": int(10 * 1e9)},