Skip to content

refactor(megatron): move default base image into dispatch default #2

refactor(megatron): move default base image into dispatch default

refactor(megatron): move default base image into dispatch default #2

Workflow file for this run

on:
workflow_dispatch:
inputs:
base-image:
description: 'Base image to use'
required: true
default: 'ghcr.io/coreweave/ml-containers/torch-extras:bfe03aa-nccl-cuda12.4.1-ubuntu22.04-nccl2.21.5-1-torch2.4.0-vision0.19.0-audio2.4.0'
push:
paths:
- "megatron/**"
- ".github/workflows/megatron.yml"
- ".github/workflows/build.yml"
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
image-name: megatron
folder: megatron
build-args: |
BASE_IMAGE=${{ inputs.base-image }}