Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jupyterlab_h5web package #242

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller data
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
tensorstore anndata
tensorstore anndata jupyterlab_h5web

RUN pip install --no-cache-dir multiscale_spatial_image jupyterlab-git \
datalad-fuse
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.allensdk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller data
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
aicsimageio kerchunk cloud-volume ipywidgets ome-zarr \
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
tensorstore anndata
tensorstore anndata jupyterlab_h5web

RUN pip install --no-cache-dir multiscale_spatial_image jupyterlab-git \
datalad-fuse
2 changes: 1 addition & 1 deletion images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller data
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
tensorstore anndata && rm -rf /tmp/*
tensorstore anndata jupyterlab_h5web && rm -rf /tmp/*

RUN mamba install --yes -c "nvidia/label/cuda-12.6.3" cuda-toolkit cudnn \
&& conda clean --all -f -y && rm -rf /tmp/*
Expand Down
13 changes: 4 additions & 9 deletions images/Dockerfile.gpu.allensdk
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,10 @@ RUN mamba install --yes datalad rclone 'h5py>3.3=mpi*' ipykernel zarr blosc ecco
RUN /opt/conda/envs/allen/bin/python -m ipykernel install --user --name allen \
--display-name="Allen SDK"

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

RUN mamba install --yes -c "nvidia/label/cuda-11.8.0" cuda-toolkit cudnn \
&& conda clean --all -f -y && rm -rf /tmp/*

RUN pip install --no-cache-dir multiscale_spatial_image jupyterlab-git \
datalad-fuse jupyterlab_nvdashboard
2 changes: 1 addition & 1 deletion images/Dockerfile.gpu.matlab
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN pip install --no-cache-dir plotly jupyter_bokeh jupytext nbgitpuller datalad
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
tensorstore anndata "tensorflow[and-cuda]==2.14"
tensorstore anndata jupyterlab_h5web "tensorflow[and-cuda]==2.14"

# Ensure OpenSSL is up-to-date
RUN pip install -U pyopenssl
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.matlab
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG MATLAB_RELEASE=r2024b
FROM --platform=linux/amd64 ghcr.io/mathworks-ref-arch/matlab-integration-for-jupyter/jupyter-matlab-notebook:${MATLAB_RELEASE}

Check warning on line 2 in images/Dockerfile.matlab

View workflow job for this annotation

GitHub Actions / docker-test (latest-matlab, Dockerfile.matlab)

FROM --platform flag should not use a constant value

FromPlatformFlagConstDisallowed: FROM --platform flag should not use constant value "linux/amd64" More info: https://docs.docker.com/go/dockerfile/rule/from-platform-flag-const-disallowed/

USER root

Expand All @@ -16,7 +16,7 @@
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
tensorstore anndata tensorflow
tensorstore anndata jupyterlab_h5web tensorflow

# Install the required Toolboxes with user root
# Optimization toolbox is a required dependency
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.openscope
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN pip install --no-cache-dir -U plotly jupyter_bokeh jupytext nbgitpuller data
'pydra>=0.25' 'pynwb>=2.8.3' 'nwbwidgets>=0.10.2' hdf5plugin s3fs h5netcdf "xarray[io]" \
aicsimageio kerchunk 'neuroglancer>=2.28' cloud-volume ipywidgets ome-zarr \
webio_jupyter_extension https://github.com/balbasty/dandi-io/archive/refs/heads/main.zip \
tensorstore anndata
tensorstore anndata jupyterlab_h5web

RUN pip install --no-cache-dir multiscale_spatial_image jupyterlab-git \
datalad-fuse
Expand Down
Loading