update the rebuilt docker repo's name in doc

pull/8/head
Yibing Liu 7 years ago
parent f862e0c646
commit 61177a10b2

@ -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.

Loading…
Cancel
Save