build causal_conv1d and mamba-ssm into the base image (#2113)

* build causal_conv1d and mamba-ssm into the base image

* also build base images on changes to Dockerfile-base and base workflow yaml
This commit is contained in:
Wing Lian
2024-12-02 18:27:46 -05:00
committed by GitHub
parent ce5bcff750
commit a4f4a56d77
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,16 @@
name: ci-cd-base
on:
push:
branches:
- "main"
paths:
- 'Dockerfile-base'
- '.github/workflows/base.yml'
pull_request:
paths:
- 'Dockerfile-base'
- '.github/workflows/base.yml'
workflow_dispatch:
jobs: