mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Free disk space only for cuda images on docker-tag-push (#2329)
This commit is contained in:
2
.github/workflows/docker-tag-push.yml
vendored
2
.github/workflows/docker-tag-push.yml
vendored
@@ -35,7 +35,9 @@ jobs:
|
|||||||
timeout-minutes: ${{ inputs.timeout-minutes }}
|
timeout-minutes: ${{ inputs.timeout-minutes }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# Image with CUDA needs extra disk space
|
||||||
- name: Free disk space 🧹
|
- name: Free disk space 🧹
|
||||||
|
if: contains(inputs.variant, 'cuda')
|
||||||
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
|
||||||
with:
|
with:
|
||||||
tool-cache: false
|
tool-cache: false
|
||||||
|
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -222,7 +222,7 @@ jobs:
|
|||||||
variant: cuda
|
variant: cuda
|
||||||
platform: x86_64
|
platform: x86_64
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 20
|
timeout-minutes: 25
|
||||||
needs: x86_64-scipy
|
needs: x86_64-scipy
|
||||||
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
||||||
|
|
||||||
@@ -256,7 +256,7 @@ jobs:
|
|||||||
variant: cuda11
|
variant: cuda11
|
||||||
platform: x86_64
|
platform: x86_64
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 20
|
timeout-minutes: 25
|
||||||
needs: x86_64-scipy
|
needs: x86_64-scipy
|
||||||
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
||||||
|
|
||||||
@@ -268,7 +268,7 @@ jobs:
|
|||||||
variant: cuda12
|
variant: cuda12
|
||||||
platform: x86_64
|
platform: x86_64
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 20
|
timeout-minutes: 25
|
||||||
needs: x86_64-scipy
|
needs: x86_64-scipy
|
||||||
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user