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: docs/getting_started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ cd AirStack
39
39
40
40
Now you have two options on how to proceed. You can build the docker image from scratch or pull the existing image on the airlab docker registry. Building the image from scratch can be useful if you would like to add new dependencies or add new custom functionality. For most users just pulling the existing image will be more conveninent and fast since it doesn't require access to the Nvidia registry.
41
41
42
-
<detailsopen> <summary>Option 1: Pull From the Airlab Registry (Preferred)</summary>
42
+
<detailsopen> <summary>Option 1: Pull From the Airlab Docker Registry (Preferred)</summary>
43
43
To use the AirLab Docker registry do the following
44
44
45
45
```bash
46
46
cd AirStack/
47
-
docker login airlab-storage.andrew.cmu.edu:5001
47
+
docker login airlab-storage.andrew.cmu.edu:442
48
48
## <Enter your andrew id (without @andrew.cmu.edu)>
0 commit comments