We highly recommend getting started with quick launching a preconfigured AWS Marketplace or Azure Marketplace instance. When that is not an option, you may still be able to use a preconfigured GPU environment or automation script from Graphistry.
If none of those situations apply, read on for how to go to an unconfigured Linux instance to running Graphistry.
- Prerequisites
- Instance Provisioning
- AWS Marketplace & Azure Marketplace
- AWS & Azure BYOL
- On-Prem
- Airgapped
- Linux Dependency Installation
- Graphistry Container Installation
- Start!
- Graphistry-provided tarball
- Linux with Nvidia RAPIDS and Nvidia Docker via
Docker Compose 3
- RAPIDS-compatible NVidia GPU: Pascal or later.
For further information, see Recommended Deployment Configurations: Client, Server Software, Server Hardware.
Skip almost all of these steps by instead running through AWS Marketplace and Azure Marketplace.
- Start from an Nvidia instace
You can skip most of the steps by starting with an Nvidia NGC or Tensorflow instance.- These still typically require installing
docker-compose
(and testing it), setting/etc/docker/daemon.json
to default to thenvidia-docker
runtime, and restartingdocker
(and testing it). See end of RHEL 7.6 and Ubuntu 18.04 LTS sample scripts for install and test instruction.
- These still typically require installing
- Start from raw Ubuntu/RHEL
You can build from scratch by picking a fully unconfigured starting point and following the RHEL 7.6 and Ubuntu 18.04 LTS On-Prem Sample instructions. Contact Graphistry staff for automation script assistance if also applicable.
See Recommended Deployment Configurations: Client, Server Software, Server Hardware.
Graphistry runs airgapped without any additional configuration.
The Graphistry environnment depends soley on Nvidia RAPIDS and Nvidia Docker via Docker Compose 3
, and ships with all other dependencies built in.
See our sample scripts for RHEL 7.6 and Ubuntu 18.04 LTS. For automating this process, please contact Graphistry staff.
Load the Graphistry containers into your system's registry:
docker load -i containers.tar
Launch with docker-compose up
, and stop with ctrl-c
. To start as a background daemon, use docker-compose up -d
.
Congratulations, you have installed Graphistry!