Skip to content

Add exception catching / writing to termination log (#149) #18

Add exception catching / writing to termination log (#149)

Add exception catching / writing to termination log (#149) #18

Workflow file for this run

name: Image
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build image
run: |
docker build -t fms-hf-tuning:dev . -f build/Dockerfile