facebookresearch/dynalab

docker build timeout when libraries in requirements.txt or setup.py are too big

mazhiyi opened this issue · 1 comments

Tried a requirements file with

transformers
sentencepiece
torch
tensorflow

and docker build failed due to timeout

Need to either fix dockerfile, or add some large libraries in the base dockerfile by default.