From 61177a10b2eec315d36b1089ff09bce7bc851f94 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Tue, 21 Nov 2017 17:13:12 +0800 Subject: [PATCH] update the rebuilt docker repo's name in doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e5485fc..81467b24 100644 --- a/README.md +++ b/README.md @@ -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.