提交 61177a10 编写于 作者: Y Yibing Liu

update the rebuilt docker repo's name in doc

上级 f862e0c6
......@@ -351,19 +351,19 @@ Take several steps to launch the Docker image:
- Download the Docker image
```bash
sudo nvidia-docker pull paddlepaddle/models:deep-speech-2
nvidia-docker pull paddlepaddle/deep_speech:latest-gpu
```
- Clone this repository
```
git clone https://github.com/PaddlePaddle/models.git
git clone https://github.com/PaddlePaddle/DeepSpeech.git
```
- Run the Docker image
```bash
sudo nvidia-docker run -it -v $(pwd)/models:/models paddlepaddle/models:deep-speech-2 /bin/bash
sudo nvidia-docker run -it -v $(pwd)/DeepSpeech:/DeepSpeech paddlepaddle/deep_speech:latest-gpu /bin/bash
```
Now go back and start from the [Getting Started](#getting-started) section, you can execute training, inference and hyper-parameters tuning similarly in the Docker container.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册