From 89ca14d9a089d8a1e1735415592863c44f4241e4 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 30 Apr 2025 11:35:45 -0400 Subject: [PATCH] ensure we pass axolotl extras to the Dockerfile so vllm is included in shipped images (#2599) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 891e31dba..756b28830 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,7 @@ jobs: CUDA=${{ matrix.cuda }} PYTORCH_VERSION=${{ matrix.pytorch }} AXOLOTL_ARGS=${{ matrix.axolotl_args }} + AXOLOTL_EXTRAS=${{ matrix.axolotl_extras}} file: ./docker/Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: |