You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per title, sudo is required by the demo scripts and it's not installed by default on the container.
This can be easily fixed with apt-get update && apt-get -y install sudo.