diff --git a/docker/Dockerfile b/docker/Dockerfile index b002d06..6e03b4e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -48,7 +48,7 @@ RUN savedAptMark="$(apt-mark showmanual)" \ && pip install --no-cache-dir -U pip \ && pip install --no-cache-dir -U --compile --global-option=build git+https://github.com/seung-lab/chunk_iterator#egg=chunk-iterator \ && pip install --no-cache-dir -U cloud-volume \ - && pip install --no-cache-dir cloud-files==4.19.1 \ + && pip install --no-cache-dir -U cloud-files==4.21.1 \ && cd ${SEG_HOME} \ && git clone --depth 1 https://github.com/abseil/abseil-cpp.git \ && cd abseil-cpp && mkdir build && cd build \