Skip to content

Commit 090dd85

Browse files
authored
Merge pull request #221 from kabilar/docker-publish
Fix GitHub Actions `paths` filter
2 parents b085fbf + 5c76282 commit 090dd85

8 files changed

+8
-8
lines changed

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'Dockerfile*'
8+
- 'images/Dockerfile*'
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/docker-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Docker Images
33
on:
44
pull_request:
55
paths:
6-
- 'Dockerfile*'
6+
- 'images/Dockerfile*'
77
workflow_dispatch:
88

99
jobs:

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN mamba install --yes 'datalad>=0.18' rclone 'h5py>3.3=mpi*' ipykernel zarr bl
5353

5454
RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller datalad_container \
5555
datalad-osf dandi nibabel nilearn pybids spikeinterface neo itkwidgets \
56-
'pydra>=0.17' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
56+
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
5757
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
5858
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
5959
tensorstore anndata

images/Dockerfile.allensdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN /opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen \
6161

6262
RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller datalad_container \
6363
datalad-osf dandi pybids spikeinterface neo itkwidgets \
64-
'pydra>=0.17' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
64+
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
6565
aicsimageio kerchunk cloud-volume ipywidgets ome-zarr \
6666
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
6767
tensorstore anndata

images/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN mamba install --yes datalad rclone 'h5py>3.3=mpi*' ipykernel zarr blosc ecco
5353

5454
RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller datalad_container \
5555
datalad-osf dandi nibabel nilearn pybids spikeinterface neo itkwidgets \
56-
'pydra>=0.17' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
56+
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
5757
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
5858
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
5959
tensorstore anndata && rm -rf /tmp/*

images/Dockerfile.gpu.allensdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN /opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen \
6161

6262
RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller datalad_container \
6363
datalad-osf dandi pybids spikeinterface neo itkwidgets \
64-
'pydra>=0.17' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
64+
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
6565
aicsimageio kerchunk cloud-volume ipywidgets ome-zarr \
6666
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
6767
tensorstore anndata && rm -rf /tmp/*

images/Dockerfile.gpu.matlab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN mamba install --yes datalad rclone 'h5py>3.3=mpi*' ipykernel zarr blosc gcc
7474

7575
RUN pip install --no-cache-dir plotly jupyter_bokeh jupytext nbgitpuller datalad_container \
7676
datalad-osf dandi nibabel nilearn pybids spikeinterface neo \
77-
'pydra>=0.17' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
77+
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
7878
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
7979
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
8080
tensorstore anndata "tensorflow[and-cuda]==2.14"

images/Dockerfile.matlab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN mamba install --yes datalad rclone 'h5py>3.3=mpi*' ipykernel zarr blosc gcc
6464

6565
RUN pip install --no-cache-dir plotly jupyter_bokeh jupytext nbgitpuller datalad_container \
6666
datalad-osf dandi nibabel nilearn pybids spikeinterface neo \
67-
'pydra>=0.17' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
67+
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
6868
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
6969
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
7070
tensorstore anndata tensorflow

0 commit comments

Comments
 (0)