Move librosa and psutil installation from CI script to docker images build script (#20299)

Summary:
pip install librosa randomly coredump, causes CI flakiness
Pull Request resolved: https://github.com/pytorch/pytorch/pull/20299

Differential Revision: D15276270

Pulled By: bddppq

fbshipit-source-id: 9105106f41aaacf620751290b016359ef7d665b3
This commit is contained in:
Junjie Bai
2019-05-09 13:42:44 -07:00
committed by Facebook Github Bot
parent e870b11ae6
commit 8c3a7bb57f
4 changed files with 25 additions and 26 deletions

View File

@ -165,5 +165,7 @@ pip install --no-cache-dir \
mock \
typing \
typing-extensions \
pyyaml
pyyaml \
librosa>=0.6.2 \
psutil