docs: update docker usage

This commit is contained in:
zweien 2021-07-18 15:22:02 +08:00
parent 682ae00fea
commit 2a1b495fdd
2 changed files with 12 additions and 3 deletions

View File

@ -23,7 +23,7 @@ Choose one of the following installation methods.
### PyPI ### PyPI
Simple installation from PyPI Simple installation from PyPI.
```bash ```bash
pip install -U idrlnet pip install -U idrlnet
@ -33,11 +33,16 @@ Note: To avoid version conflicts, please use some tools to create a virtual envi
### Docker ### Docker
Pull latest docker image from Dockerhub.
```bash ```bash
docker pull idrl/idrlnet:latest docker pull idrl/idrlnet:latest
docker run idrl/idrlnet:latest docker run -it idrl/idrlnet:latest bash
``` ```
Note: Available tags can be found in [Dockerhub](https://hub.docker.com/repository/docker/idrl/idrlnet).
### Anaconda ### Anaconda
```bash ```bash

View File

@ -17,11 +17,15 @@ Note: To avoid version conflicts, please use some tools to create a virtual envi
## Docker ## Docker
Pull latest docker image from Dockerhub.
```bash ```bash
docker pull idrl/idrlnet:latest docker pull idrl/idrlnet:latest
docker run idrl/idrlnet:latest docker run -it idrl/idrlnet:latest bash
``` ```
Note: Available tags can be found in [Dockerhub](https://hub.docker.com/repository/docker/idrl/idrlnet).
## Anaconda ## Anaconda
```bash ```bash