Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
79524b72
Unverified
Commit
79524b72
authored
May 14, 2020
by
dyning
Committed by
GitHub
May 14, 2020
Browse files
Update installation.md
parent
42317d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/installation.md
doc/installation.md
+2
-2
No files found.
doc/installation.md
View file @
79524b72
...
...
@@ -6,8 +6,8 @@
# 切换到工作目录下
cd /home/Projects
# 首次运行需创建一个docker容器,再次运行时不需要运行当前命令
# 创建一个名字为pdocr的docker容器,并将当前目录映射到容器的/
data
目录下
sudo nvidia-docker run --name pdocr -v $PWD:/
data
--network=host -it hub.baidubce.com/paddlepaddle/paddle:latest-gpu-cuda9.0-cudnn7-dev /bin/bash
# 创建一个名字为pdocr的docker容器,并将当前目录映射到容器的/
paddle
目录下
sudo nvidia-docker run --name pdocr -v $PWD:/
paddle
--network=host -it hub.baidubce.com/paddlepaddle/paddle:latest-gpu-cuda9.0-cudnn7-dev /bin/bash
# ctrl+P+Q可退出docker,重新进入docker使用如下命令
sudo nvidia-docker container exec -it pdocr /bin/bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment