I am working on a compute server which runs a linux. The machine is used by several users so I don\'t have and won\'t get root privileges. I need to install Keras
Keras
Here is the up-to-date version to install pip (python) to user without root access method:
`wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py --user`