nagadomi / distro

Unofficial maintenance repository of Torch7. It supports CUDA10.1, Volta, Turing, Docker https://hub.docker.com/r/nagadomi/torch7
BSD 3-Clause "New" or "Revised" License
201 stars 57 forks source link

How can I install torch without root permission? #7

Closed SuhongWang closed 4 years ago

nagadomi commented 4 years ago

You only need root permission to install the dependent libraries(./install-deps). So you can install torch without root permission if you install all dependent libraries in your home directory and set environment variables. But that's troublesome work. Also I haven't tested it.