πΉAI Executor with Docker
Installation
0. Hardware specification
2vCPUs
2GB RAM1. Docker & docker-compose
version: '3.3'
services:
ai_executor:
container_name: ai_executor
image: future-ai/ai-executor:0.0.1
tty: true
environment:
- PIN=${PIN}
- DOCKER=true
restart: on-failure
logging:
driver: "local"
options:
max-size: "100m"
max-file: "3"
volumes:
- ./:/workspace
command: ./aifuture-executor-process2. Download the executor zip file
3. Configure the .env file
4. File checksum (optional but recommended)
5. Start the container & program
Windows:
6. Monitoring the program
Last updated
