Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Installation

quantumjot edited this page Apr 23, 2019 · 3 revisions

Installation

Pre-requisites

  • RAM
  • CPU
  • GPU

Installation procedure

  1. Make a virtual environment
$ conda create --name sequitr
$ source activate sequitr
$ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.12.0-cp27-none-linux_x86_64.whl
$ pip install --upgrade pip
$ conda install -c conda-forge cvxopt
$ conda install h5py
$ conda install scipy

TODO(arl): requisites.txt file

  1. Install BayesianTracker

  2. Install Sequitr

  3. Set up the server

  4. Run a test job

Clone this wiki locally