From 0923f3a520de0012181b37edc50ced5a6dda1634 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 15 Nov 2017 18:26:18 +0800 Subject: [PATCH] fix doc for Docker --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca1469266..2552bad21 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Installation -To avoid the trouble of environment setup, [running in docker container](#running-in-docker-container) is highly recommended. Otherwise follow the guidelines below to install the dependencies manually. +To avoid the trouble of environment setup, [running in Docker container](#running-in-docker-container) is highly recommended. Otherwise follow the guidelines below to install the dependencies manually. ### Prerequisites - Python 2.7 only supported @@ -344,7 +344,7 @@ Take several steps to launch the Docker image: - Download the Docker image ```bash -nvidia-docker pull paddlepaddle/models:deep-speech-2 +sudo nvidia-docker pull paddlepaddle/models:deep-speech-2 ``` - Clone this repository