Update install.md

pull/945/head
littletomatodonkey 2021-06-21 14:50:40 +08:00 committed by GitHub
parent 5071409ae3
commit ee40bf1b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ sudo nvidia-docker run --name ppcls -v $PWD:/paddle --shm-size=8G --network=host
```
# ctrl+P+Q可退出docker 容器重新进入docker 容器使用如下命令
sudo docker container exec -it ppcls /bin/bash
sudo docker exec -it ppcls /bin/bash
```
### 1.3 通过pip安装PaddlePaddle