We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e789bc8 commit 8ddc568Copy full SHA for 8ddc568
Dockerfile
@@ -39,4 +39,4 @@ RUN python -m pip install git+https://github.com/pydata/xarray
39
RUN python -m pip install git+https://github.com/mpiannucci/kerchunk@v3
40
41
# Test out obstore <-> Zarr integration
42
-RUN python -m pip install git+https://github.com/maxrjones/zarr-python@obstore
+RUN python -m pip install --no-cache-dir git+https://github.com/maxrjones/zarr-python@obstore
0 commit comments