Skip to content

Commit

Permalink
Update cloud-files
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Sep 21, 2023
1 parent fc12f4c commit 976cdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 976cdf7

Please sign in to comment.