Skip to content

Merge pull request #249 from alex-jw-brooks/remove_ops_and_metric_files #530

Merge pull request #249 from alex-jw-brooks/remove_ops_and_metric_files

Merge pull request #249 from alex-jw-brooks/remove_ops_and_metric_files #530

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