From 678c8369aa6e01063496d5a9992e893ad444012b Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Tue, 29 Mar 2022 17:38:50 +0800 Subject: [PATCH] fix typo --- speechx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speechx/README.md b/speechx/README.md index bb256712..610b88a8 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`.