Skip to content

Commit 8dcdcda

Browse files
authored
Clean up Docker images on HPU and CPU benchmarks (#106)
* [no ci] Clean up Docker images on HPU and CPU benchmarks Signed-off-by: Huy Do <huydhn@gmail.com> * [no ci] Minor tweak Signed-off-by: Huy Do <huydhn@gmail.com> --------- Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 62bd9cc commit 8dcdcda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vllm-benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ jobs:
192192
with:
193193
registry-type: public
194194

195+
- name: Clean up unused Docker images
196+
if: env.DEVICE_NAME == 'hpu' || contains(matrix.runner, 'gnr')
197+
run: |
198+
set -eux
199+
docker image prune -a -f || true
200+
195201
- name: Check for last benchmark commit
196202
working-directory: vllm-benchmarks
197203
env:

0 commit comments

Comments
 (0)