|
68 | 68 | # Remember to tell (test-)pypi about this repo before publishing |
69 | 69 | # Remove this line to publish to PyPI |
70 | 70 | # repository-url: https://test.pypi.org/legacy/ |
71 | | - docker-deploy: |
72 | | - permissions: write-all |
73 | | - runs-on: ubuntu-latest |
74 | | - steps: |
75 | | - - name: Checkout |
76 | | - uses: actions/checkout@v4 |
77 | | - - name: Free Disk Space (Ubuntu) |
78 | | - |
79 | | - - name: 'CI docker base' |
80 | | - uses: ./.github/docker-base-action |
81 | | - with: |
82 | | - base_tag: jammy-torch2.5.1-cuda12.4.1 |
83 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
84 | | - - name: cleanup |
85 | | - run: docker system prune -a -f |
86 | | - - name: 'CI docker base' |
87 | | - uses: ./.github/docker-base-action |
88 | | - with: |
89 | | - base_tag: jammy-torch2.5.1-humble |
90 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
91 | | - - name: cleanup |
92 | | - run: docker system prune -a -f |
93 | | - - name: 'CI docker base' |
94 | | - uses: ./.github/docker-base-action |
95 | | - with: |
96 | | - base_tag: jammy-torch2.5.1-cuda12.4.1-humble |
97 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
98 | | - - name: cleanup |
99 | | - run: docker system prune -a -f |
100 | | - - name: 'CI docker base' |
101 | | - uses: ./.github/docker-base-action |
102 | | - with: |
103 | | - base_tag: jammy-torch2.5.1 |
104 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
105 | | - - name: cleanup |
106 | | - run: docker system prune -a -f |
107 | | - - name: 'CI docker base' |
108 | | - uses: ./.github/docker-base-action |
109 | | - with: |
110 | | - base_tag: noble-torch2.5.1-cuda12.6.2 |
111 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
112 | | - - name: cleanup |
113 | | - run: docker system prune -a -f |
114 | | - - name: 'CI docker base' |
115 | | - uses: ./.github/docker-base-action |
116 | | - with: |
117 | | - base_tag: noble-torch2.5.1-cuda12.6.2-jazzy |
118 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
119 | | - - name: cleanup |
120 | | - run: docker system prune -a -f |
121 | | - - name: 'CI docker base' |
122 | | - uses: ./.github/docker-base-action |
123 | | - with: |
124 | | - base_tag: noble-torch2.5.1-jazzy |
125 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
126 | | - - name: cleanup |
127 | | - run: docker system prune -a -f |
128 | | - - name: 'CI docker base' |
129 | | - uses: ./.github/docker-base-action |
130 | | - with: |
131 | | - base_tag: noble-torch2.5.1 |
132 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
0 commit comments