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
Follow [NVIDIA's instructions](https://docs.nvidia.com/ai-enterprise/deployment/vmware/latest/docker.html) for installing Docker with NVIDIA GPU support. Make sure `docker-compose-plugin` is also installed.
46
-
47
-
### 3. Configure the Repository
48
-
49
-
```bash
50
-
./configure.sh
51
-
```
52
-
53
-
Follow the prompts to complete the initial configuration.
54
-
55
-
### 4. Get the Docker Images
56
-
57
-
#### Option 1: Pull from AirLab Registry (Preferred)
58
-
59
-
```bash
60
-
docker login airlab-storage.andrew.cmu.edu:5001
61
-
# Enter your andrew id (without @andrew.cmu.edu)
62
-
# Enter your andrew password
63
-
64
-
# Pull the images in the docker compose file
65
-
docker compose pull
66
-
```
67
-
68
-
#### Option 2: Build Docker Images From Scratch
69
-
70
-
```bash
71
-
# Download the Ascent Spirit SITL software package
0 commit comments