Skip to content

Commit fae741f

Browse files
authored
fix: debian and pytorch dockerfile path and chanage fail fast to false. (#16)
1 parent ba6d67f commit fae741f

File tree

5 files changed

+1
-72
lines changed

5 files changed

+1
-72
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: define-matrix
4848
strategy:
49+
fail-fast: false
4950
matrix:
5051
build_target: ${{ fromJson(needs.define-matrix.outputs.build_targets) }}
5152
steps:

Framework/pytorch/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

Framework/pytorch/project/entrypoint.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

Framework/pytorch/project/hello.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

OS/debian/Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)