Skip to content

Installation

Brian Wandell edited this page Apr 14, 2019 · 4 revisions

Repository

Isetcloud is installed with a git clone from github.

      https://github.com/ISET/isetcloud.git

Dependencies

Isetcloud dependencies can vary with your application.

  • If you are running the tool to take advantage of the PBRT docker and rendering, the critical installations are the GCP command line tools gcloud, gsutil, and kubectl. These are straightforward to install on both MacOS and Ubuntu.

  • If you are planning to run tensorflow, there are additional and more challenging installations required. We describe those only for an Ubuntu system running at least version 16.04 LTS. To check the version of the Ubuntu release you are using type

    lsb_release -a

In our lab, we installed the GCP and tensorflow uilities on an Ubuntu system used by all our lab members. Hence, the gcloud, gsutil and kubernetes tools were installed by the system manager (us). New lab members must have the utilities on their path and then run gcloud init to personalize the permissions.

The pages within this section of the wiki (see right) describe how to

  • create a GCP project for your lab
  • install the command line tools
  • add yourself as a user (gcloud init)
  • install tensorflow utilities.

Clone this wiki locally