You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,29 +58,28 @@ For a deeper understanding, refer to the following documents:
58
58
59
59
## Quick Start
60
60
61
-
**Note:** For quick startup and verification, only the CPU-based image
62
-
(simulation planning module) is provided. The full GPU-dependent tutorial will
63
-
be released later. We recommend starting with the CPU image because the GPU
64
-
image is large and has complex dependencies, which may not be suitable for
65
-
beginners.
61
+
We recommend using the **CPU version for quick experience and verification**.
62
+
- The CPU-based image is smaller and has simpler dependencies, making it suitable for beginners and basic planning modules.
63
+
- The **GPU version** has a larger image size and more complex dependencies, and is more appropriate for **deep development scenarios** such as deep learning and GPU-accelerated workflows.
64
+
65
+
---
66
66
67
67
### 1. Install Deployment Tool
68
68
69
69
```bash
70
70
pip install whl-deploy
71
71
```
72
72
73
-
### 2. Setup Host Environment
73
+
`whl-deploy` is a tool that simplifies deployment of WheelOS environments using **bundle packages** or **`manifest.yaml`**. For detailed usage, ref [docs](https://github.com/wheelos-tools/whl-deploy/blob/main/README.md)
74
+
75
+
---
74
76
75
-
Run the following scripts to prepare your host machine. These steps will:
77
+
### 2. Setup Host Environment
76
78
77
-
1. Install Docker (checks if already installed)
78
-
2.[skip] Install NVIDIA Container Toolkit (checks if already installed, depends
79
-
on Docker)
80
-
3.[skip] Perform host system configurations
79
+
Run the following to prepare your host machine:
81
80
82
81
```bash
83
-
whl-deploy setup docker
82
+
whl-deploy run
84
83
```
85
84
86
85
### 3. Start Docker Container
@@ -97,12 +96,6 @@ To enter the running container environment in subsequent sessions:
0 commit comments