Skip to content

Commit 1fae11f

Browse files
committed
fix(Dockerfile): install cffi and brotli to address dependency issues with cloud-files
1 parent 45fdd2e commit 1fae11f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/zettasets/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ RUN apt-get update \
3838
# pypi packages
3939
&& pip install --no-cache-dir --upgrade \
4040
numpy cloud-volume task-queue tensorboardX imgaug wandb \
41+
# address cloud-files import issue
42+
&& pip install --no-cache-dir --upgrade \
43+
cffi brotli \
4144
# github packages
4245
&& pip install --no-cache-dir \
4346
git+https://github.com/seung-lab/DataTools \

0 commit comments

Comments
 (0)