...
Table of Contents | ||||
---|---|---|---|---|
|
Overview
Remote Python Script Snap has the ability to can execute a Python script natively on local /or remote Python executors. The Remote Python Executor (RPE) can be installed either on the same node as the Snaplex or on a remote node that is accessible by the Snaplex.
...
Establish an SSH connection to the node where you want to install the RPE. Root access may be required for the The latter steps may require root access.
Install Docker
Follow the instructions on the official Docker site to install Docker CE on your machine. Click here for Ubuntu, here for CentOS, and here for Windows. If using Amazon Linux AMI, click here.
...