Skip to content

Merge pull request #39 from Vastra-Gotalandsregionen/35912-bump-tenso… #28

Merge pull request #39 from Vastra-Gotalandsregionen/35912-bump-tenso…

Merge pull request #39 from Vastra-Gotalandsregionen/35912-bump-tenso… #28

---
name: Hadolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ai_framework: ["Tensorflow", "PyTorch", "R"]
steps:
- uses: actions/checkout@v3
- name: Create ${{ matrix.ai_framework }} files
run: |
pip3 install cookiecutter
cookiecutter . --no-input image=${{ matrix.ai_framework }} --config-file tests/.cookiecutterrc
- uses: hadolint/[email protected]
with:
dockerfile: acme/Dockerfile
ignore: DL3027,DL3045,DL3002,DL3045