🔹AI Executor with Docker
Installation
0. Hardware specification
A dedicated machine that can keep the program running continuously. The program supports Linux, Windows & MacOS.
Minimum requirement:
1. Docker & docker-compose
With docker, the AI Executor program can run on any platforms. As a result, it is a must to install and download Docker. Docker-compose is a tool for defining & running multi-container Docker applications. It is convenient to use docker-compose to work with Docker containers.
Next, please create a file called: docker-compose.yml that has the following content:
2. Download the executor zip file
Shell (Mac, Linux):
3. Configure the .env file
The .env file in the zip configures the network, wallet, and other basic variables for your program to use. All the key-value pairs are heavily commented already. If you still have questions about them, freel free to ask us, the Future-AI team.
4. File checksum (optional but recommended)
Please follow this guildeline to verify your executable.
5. Start the container & program
Shell (Mac, Linux):
Type:
Windows:
with powershell:
If you do not use an encrypted mnemonic, then you don't have to type in the PIN variable.
6. Monitoring the program
To view the program's log, please type the following:
Last updated