1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

SSH into cpu runner fix (#8888)

* update

* update
This commit is contained in:
Dhruv Nair
2024-07-18 11:00:05 +05:30
committed by GitHub
parent eb24e4bdb2
commit 588fb5c105

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: [self-hosted, intel-cpu, 32-cpu, 256-ram, ci]
container:
image: ${{ github.event.inputs.docker_image }}
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0 --privileged
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --privileged
steps:
- name: Checkout diffusers