MINT-SJTU/Evo-1_JetsonOrin

Dataset

0

stars

3

commits

1

linked in READMEs

Apr 8, 2026

updated

README

πŸš€ 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

Contributors

liujiting

3 commits

MINT-SJTU/Evo-1_JetsonOrin

Dataset

0

stars

3

commits

1

linked in READMEs

Apr 8, 2026

updated

README

πŸš€ 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

Contributors

liujiting

3 commits