Skip to content

Commit

Permalink
Merge pull request #188 from allenai/klemen_docs
Browse files Browse the repository at this point in the history
Fixed name of docker container
  • Loading branch information
Lucaweihs committed Sep 1, 2020
2 parents 54f820e + 1042306 commit 62e33fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/installation-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ see the above section on installing `iTHOR`.
To run experiments using Habitat please use our docker image using the following command:

```bash
docker pull klemenkotar/allenact-habitat:latest
docker pull klemenkotar/allenact:latest
```

This container includes the 0.1.0 release of `allenact`, the 0.1.5 release of `habitat` as well
as the `Gibson` point navigation dataset. This dataset consists of a set of start and goal positions provided by habitat.
You then need to launch the container and attach into it:

```bash
docker run klemenkotar/allenact-habitat --runtime=nvidia -it
docker run --runtime=nvidia -it klemenkotar/allenact
```

Once inside the container activate the conda environment:
Expand Down

0 comments on commit 62e33fd

Please sign in to comment.