mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
No device.
This commit is contained in:
parent
525f3a61db
commit
df87a771d3
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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 }}
|
||||
|
@ -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)},
|
||||
|
Loading…
Reference in New Issue
Block a user