Skip to content

Commit 8ddc568

Browse files
authored
Disable cache for zarr-python install
1 parent e789bc8 commit 8ddc568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ RUN python -m pip install git+https://github.com/pydata/xarray
3939
RUN python -m pip install git+https://github.com/mpiannucci/kerchunk@v3
4040

4141
# Test out obstore <-> Zarr integration
42-
RUN python -m pip install git+https://github.com/maxrjones/zarr-python@obstore
42+
RUN python -m pip install --no-cache-dir git+https://github.com/maxrjones/zarr-python@obstore

0 commit comments

Comments
 (0)