diff --git a/speechx/README.md b/speechx/README.md index bb256712ed4115ad85cab67c2cc84e470b67f99f..610b88a8fe6a3acb62e74258095677827d729267 100644 --- a/speechx/README.md +++ b/speechx/README.md @@ -24,7 +24,7 @@ nvidia-docker run --privileged --net=host --ipc=host -it --rm -v $PWD:/workspac * More `Paddle` docker images you can see [here](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/docker/linux-docker.html). -* If you want only work under cpu, please download corresponded [image](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/docker/linux-docker.html), and using `docker` instead `nvida-docker`. +* If you want only work under cpu, please download corresponded [image](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/docker/linux-docker.html), and using `docker` instead `nvidia-docker`. 2. Build `speechx` and `examples`.