Skip to content

pin down the version of transformers for deid #24

pin down the version of transformers for deid

pin down the version of transformers for deid #24

Workflow file for this run

name: docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container: hadolint/hadolint:latest-debian
steps:
- uses: actions/checkout@v2
- name: Lint
run: hadolint --ignore DL3008 --ignore DL3013 --ignore DL3003 --ignore DL4006 docker/**/Dockerfile docker/mlflow/**/Dockerfile