Skip to content

Commit 89ca14d

Browse files
authored
ensure we pass axolotl extras to the Dockerfile so vllm is included in shipped images (axolotl-ai-cloud#2599)
1 parent 8446b4a commit 89ca14d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
CUDA=${{ matrix.cuda }}
6363
PYTORCH_VERSION=${{ matrix.pytorch }}
6464
AXOLOTL_ARGS=${{ matrix.axolotl_args }}
65+
AXOLOTL_EXTRAS=${{ matrix.axolotl_extras}}
6566
file: ./docker/Dockerfile
6667
push: ${{ github.event_name != 'pull_request' }}
6768
tags: |

0 commit comments

Comments
 (0)