ensure we pass axolotl extras to the Dockerfile so vllm is included in shipped images (#2599)

This commit is contained in:
Wing Lian
2025-04-30 11:35:45 -04:00
parent 24907533d1
commit ff106ace44

View File

@@ -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: |