diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 09d01b6a86f9db..cf5887fc9aee03 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -267,7 +267,8 @@ jobs: machine_type: [single-gpu, multi-gpu] runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, '${{ inputs.runner }}'] container: - image: huggingface/transformers-pytorch-deepspeed-latest-gpu +# image: huggingface/transformers-pytorch-deepspeed-latest-gpu + image: ${{ inputs.docker }} options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ steps: - name: Update clone