π Evo-1 Jetson Orin Deployment Guide
This guide explains how to download the required resources and launch the Evo-1 system using Docker.
π¦ Prerequisites
Make sure you have the following installed:
Python 3.8+ pip Docker Docker Compose π₯ Download Files
First, install the Hugging Face CLI:
pip install -U huggingface_hub
Then download the required dataset files:
hf download AkiyasuDMK/Evo-1_JetsonOrin evo1_client.tar --local-dir . --repo-type dataset
hf download AkiyasuDMK/Evo-1_JetsonOrin evo1_server.tar --local-dir . --repo-type dataset
hf download AkiyasuDMK/Evo-1_JetsonOrin docker-compose.yml --local-dir . --repo-type dataset
π³ Load Docker Images
Load the downloaded Docker images:
docker load -i evo1_client.tar
docker load -i evo1_server.tar
βΆοΈ Run the System
Start all services using Docker Compose:
docker compose up
β Notes Make sure Docker is running before executing the commands. If you encounter permission issues, try running commands with sudo. Ensure sufficient disk space for Docker images. π Summary Install dependencies Download required files Load Docker images Launch with Docker Compose
3 commits
π Evo-1 Jetson Orin Deployment Guide
This guide explains how to download the required resources and launch the Evo-1 system using Docker.
π¦ Prerequisites
Make sure you have the following installed:
Python 3.8+ pip Docker Docker Compose π₯ Download Files
First, install the Hugging Face CLI:
pip install -U huggingface_hub
Then download the required dataset files:
hf download AkiyasuDMK/Evo-1_JetsonOrin evo1_client.tar --local-dir . --repo-type dataset
hf download AkiyasuDMK/Evo-1_JetsonOrin evo1_server.tar --local-dir . --repo-type dataset
hf download AkiyasuDMK/Evo-1_JetsonOrin docker-compose.yml --local-dir . --repo-type dataset
π³ Load Docker Images
Load the downloaded Docker images:
docker load -i evo1_client.tar
docker load -i evo1_server.tar
βΆοΈ Run the System
Start all services using Docker Compose:
docker compose up
β Notes Make sure Docker is running before executing the commands. If you encounter permission issues, try running commands with sudo. Ensure sufficient disk space for Docker images. π Summary Install dependencies Download required files Load Docker images Launch with Docker Compose
3 commits