Skip to content

Build and Install SOCR

Belos Thomas edited this page Aug 31, 2018 · 3 revisions

Install Anaconda

wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
sh Anaconda3-5.2.0-Linux-x86_64.sh

(To use SOCR with NVIDIA GPU) Cuda Installation

Download CUDA

Clone and install SOCR

git clone https://github.com/belosthomas/socr.git
cd socr

Use to install all the necessary requirements and to compile.

python3 setup.py build_ext --inplace
Clone this wiki locally