We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1247969 commit 0e37924Copy full SHA for 0e37924
Dockerfile
@@ -33,5 +33,5 @@ RUN bash ${HOME}/.kernels/install-vscode-ext.sh
33
RUN python -m pip install obstore==0.3.0b10
34
35
# Install icechunk development packages (these steps required from https://github.com/earth-mover/icechunk/issues/197)
36
-RUN python -m pip install icechunk xarray VirtualiZarr
+RUN python -m pip install xarray git+https://github.com/zarr-developers/VirtualiZarr.git@ab/upgrade-icechunk#egg=VirtualiZarr[icechunk]
37
RUN python -m pip install git+https://github.com/mpiannucci/kerchunk@v3
0 commit comments