Skip to content

Commit 87cf8e1

Browse files
authored
[Fix] update docker image for v0.2.0
1 parent 10daad1 commit 87cf8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/en/user_guide/internnav/quick_start/simulation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To help you get started quickly, we've prepared a **Docker image** pre-configure
1414

1515
You can pull the image (~17GB) and run evaluations in the container using the following command:
1616
```bash
17-
docker pull crpi-mdum1jboc8276vb5.cn-beijing.personal.cr.aliyuncs.com/iros-challenge/internnav:v1.2
17+
docker pull crpi-mdum1jboc8276vb5.cn-beijing.personal.cr.aliyuncs.com/internrobotics/internnav:v0.2.0
1818
```
1919

2020
Run the container by:
@@ -111,5 +111,5 @@ Install pytorch and other requirements:
111111
```bash
112112
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
113113
cd Path/to/InternNav/
114-
pip install -e .[habitat,internvla_n1]
114+
pip install -e .[habitat]
115115
```

0 commit comments

Comments
 (0)