rocker-org / ml

experimental machine learning container
GNU General Public License v2.0
50 stars 13 forks source link

Set up user installable python3 env #21

Closed yuvipanda closed 5 years ago

yuvipanda commented 5 years ago

This lets users run python to get python3, pip to get python3's pip, etc. They can install packages without having to be root

yuvipanda commented 5 years ago

I removed --upgrade since it doesn't do much in this case when we are already pinning the versions of the libraries.

cboettig commented 5 years ago

This looks great, thanks @yuvipanda . Really appreciate your help and your expertise!

yuvipanda commented 5 years ago

Very glad to help, @cboettig!