Skip to content

Add back h5py restriction in Dockerfile to unblock Docker Build for ARM images #29

Add back h5py restriction in Dockerfile to unblock Docker Build for ARM images

Add back h5py restriction in Dockerfile to unblock Docker Build for ARM images #29

Workflow file for this run

---
name: dockerfile-lint
on:
pull_request:
paths:
- 'docker/**'
jobs:
test_docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: 'docker/*Dockerfile'
annotate: false