mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-11 22:34:53 +08:00
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:
committed by
Facebook Github Bot
parent
e870b11ae6
commit
8c3a7bb57f
@ -165,5 +165,7 @@ pip install --no-cache-dir \
|
||||
mock \
|
||||
typing \
|
||||
typing-extensions \
|
||||
pyyaml
|
||||
pyyaml \
|
||||
librosa>=0.6.2 \
|
||||
psutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user