Commit 64c0609
ci: use diffusers Docker image for diffusers job, add axolotl job
Use diffusers/diffusers-pytorch-cuda container for the diffusers test
job — matches their own CI setup and has all system deps (libGL, etc.)
pre-installed. Only override bnb with our continuous-release wheel.
Previous bare-metal approach failed with libGL.so.1 missing during
pytest collection (opencv-python needs it, and bare-metal runners
don't have it).
If the runner doesn't have Docker/nvidia-container-toolkit, the job
will fail fast with a clear error and we'll fall back to installing
opencv-python-headless instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dc9c744 commit 64c0609
1 file changed
Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 169 | + | |
172 | 170 | | |
173 | | - | |
174 | | - | |
| 171 | + | |
175 | 172 | | |
176 | | - | |
| 173 | + | |
177 | 174 | | |
178 | | - | |
179 | 175 | | |
180 | 176 | | |
181 | 177 | | |
| |||
0 commit comments