torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

install-deps: fixed non-interactive build #190

Closed vavrusa closed 7 years ago

vavrusa commented 7 years ago

Missing -y breaks non-interactive builds unless APT::Get::Assume-Yes is set to true (not default). This breaks e.g. debian 8 docker images of torch

soumith commented 7 years ago

thanks!