From fed913456ee24d58c21f8246cc20f5980a79a1d5 Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Wed, 22 Apr 2026 14:52:44 +0800 Subject: [PATCH] [CI] use new docker image --- .github/workflows/unit_tests_reusable.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests_reusable.yml b/.github/workflows/unit_tests_reusable.yml index af82c0d..6dd3c4a 100644 --- a/.github/workflows/unit_tests_reusable.yml +++ b/.github/workflows/unit_tests_reusable.yml @@ -62,7 +62,7 @@ jobs: runs-on: [self-hosted, xeon5] if: ${{ !cancelled() && inputs.matrix_json != '[]' }} container: - image: ${{ inputs.check_vm_ip }}:5000/nvidia/cuda:${{ inputs.check_vm_cuda_version }}-ubuntu24.04_0325 + image: ${{ inputs.check_vm_ip }}:5000/nvidia/cuda:${{ inputs.check_vm_cuda_version }}-ubuntu24.04_0415 options: --device /dev/dri --ipc=host --runtime=nvidia --gpus all volumes: - /monster/ci/env/entrypoint.sh:/entrypoint.sh @@ -111,6 +111,10 @@ jobs: - name: Activate uv env run: | + echo "::group::-- dust uv cache dir --" + dust $(uv cache dir) + echo "::endgroup::" + export EVALUTION_TORCH_EXTENSIONS_DIR="/tmp/evalution/torch_extensions/${{ github.run_id }}/${{ github.run_attempt }}/${SAFE_NAME}" export TORCH_EXTENSIONS_DIR="$EVALUTION_TORCH_EXTENSIONS_DIR" mkdir -p "$EVALUTION_TORCH_EXTENSIONS_DIR" @@ -209,3 +213,7 @@ jobs: rm -rf ./* .[^.] .??* || true echo "cleaning venv: ${{ env.VIRTUAL_ENV }}" rm -rf "${{ env.VIRTUAL_ENV }}" + + echo "::group::-- dust uv cache dir --" + dust $(uv cache dir) + echo "::endgroup::" \ No newline at end of file