We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cffi
brotli
cloud-files
1 parent 45fdd2e commit 1fae11fCopy full SHA for 1fae11f
docker/zettasets/Dockerfile
@@ -38,6 +38,9 @@ RUN apt-get update \
38
# pypi packages
39
&& pip install --no-cache-dir --upgrade \
40
numpy cloud-volume task-queue tensorboardX imgaug wandb \
41
+ # address cloud-files import issue
42
+ && pip install --no-cache-dir --upgrade \
43
+ cffi brotli \
44
# github packages
45
&& pip install --no-cache-dir \
46
git+https://github.com/seung-lab/DataTools \
0 commit comments