From e373f43b7486e70d913aed76bbd60c2ac9c71823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wilczy=C5=84ski?= Date: Tue, 8 Apr 2025 16:55:57 +0200 Subject: [PATCH] Models docker not to be compressed --- .github/workflows/ai-runner-models.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ai-runner-models.yaml b/.github/workflows/ai-runner-models.yaml index ffe39d853..fb0e4a2f2 100644 --- a/.github/workflows/ai-runner-models.yaml +++ b/.github/workflows/ai-runner-models.yaml @@ -88,6 +88,7 @@ jobs: file: runner/docker/Dockerfile.models cache-from: type=registry,ref=livepeerci/ai-runner-models:dockerbuildcache-batch cache-to: type=registry,ref=livepeerci/ai-runner-models:dockerbuildcache-batch,mode=max + outputs: type=image,compression=uncompressed,force-compression=true,compression-level=0,push=true download_build_tensorrt_models: strategy: @@ -159,8 +160,9 @@ jobs: with: context: . platforms: linux/amd64 - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} file: runner/docker/Dockerfile.models cache-from: type=registry,ref=livepeerci/ai-runner-models:dockerbuildcache-tensorrt-${{ matrix.gpu }} cache-to: type=registry,ref=livepeerci/ai-runner-models:dockerbuildcache-tensorrt-${{ matrix.gpu }},mode=max + outputs: type=image,compression=uncompressed,force-compression=true,compression-level=0,push=true