Password required for sudo
use in benchmark install_dependencies.sh
#97
Labels
close_after_merge
documentation
Improvements or additions to documentation
launch blocker
staged_release
merged to stage_release
This was on DL AMI 27 Ubuntu 18 c4.xlarge.
sudo
must be passworded for the user runninginstall_dependencies.sh
to complete successfully.Currently, many default Ubuntu configurations on EC2 have the default
ubuntu
user able to do passwordlesssudo
- meaning that unless they add a password to that account,install_dependencies.sh
can't complete.sudo passwd <username>
with a non-empty password was the remedy for me.The text was updated successfully, but these errors were encountered: