Skip to content

Bump Python library to 4.0.0 due to backwards incompatible changes in… #1626

Bump Python library to 4.0.0 due to backwards incompatible changes in…

Bump Python library to 4.0.0 due to backwards incompatible changes in… #1626

Workflow file for this run

name: Docker
on:
push:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker Image
run: |
docker build -t vmaf .