drop unnecessary BNB_CUDA_VERSION env var from docker as it just results in warnings (#2121) [skip ci]

* drop unnecessary BNB_CUDA_VERSION env var from docker as it just results in warnings

* make sure to run tests when cicd Dockerfile changes
This commit is contained in:
Wing Lian
2024-12-04 12:25:47 -05:00
committed by GitHub
parent a1790f2652
commit e2882dd749
4 changed files with 2 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ on:
- '.github/workflows/*.yml'
- 'requirements-tests.txt'
- 'cicd/cicd.sh'
- 'cicd/Dockerfile.jinja'
pull_request:
paths:
- '**.py'
@@ -17,6 +18,7 @@ on:
- '.github/workflows/*.yml'
- 'requirements-tests.txt'
- 'cicd/cicd.sh'
- 'cicd/Dockerfile.jinja'
workflow_dispatch:
# Cancel jobs on the same ref if a new one is triggered