mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +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 }}
|
||||
|
||||
steps:
|
||||
# Image with CUDA needs extra disk space
|
||||
- name: Free disk space 🧹
|
||||
if: contains(inputs.variant, 'cuda')
|
||||
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
|
||||
with:
|
||||
tool-cache: false
|
||||
|
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -222,7 +222,7 @@ jobs:
|
||||
variant: cuda
|
||||
platform: x86_64
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 25
|
||||
needs: x86_64-scipy
|
||||
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
||||
|
||||
@@ -256,7 +256,7 @@ jobs:
|
||||
variant: cuda11
|
||||
platform: x86_64
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 25
|
||||
needs: x86_64-scipy
|
||||
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
||||
|
||||
@@ -268,7 +268,7 @@ jobs:
|
||||
variant: cuda12
|
||||
platform: x86_64
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
timeout-minutes: 25
|
||||
needs: x86_64-scipy
|
||||
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
|
||||
|
||||
|
Reference in New Issue
Block a user