Add two CLI options to help with the installation inside of conda (#113)
* Add --no_sudo to run without sudo
* Add --pip_mirror to set the pip mirror
* Default to running pip without sudo
* Typo
* Add --pip_sudo to Dockerfile and azure-pipelines.yml
Co-authored-by: Jeff Rasley <jerasley@microsoft.com>