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
ModelZoo
UNet_paddle
Commits
58d49db3
Commit
58d49db3
authored
Dec 19, 2023
by
Sugon_ldc
Browse files
change pip3 to pip in readme
parent
06080310
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
58d49db3
...
@@ -36,11 +36,11 @@ cd ./docker
...
@@ -36,11 +36,11 @@ cd ./docker
docker build --no-cache -t unet_paddle:v1.0 .
docker build --no-cache -t unet_paddle:v1.0 .
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
#进入容器后
#进入容器后
pip
3
install opencv-python==3.4.10.35
pip install opencv-python==3.4.10.35
pip
3
install PyYAML==6.0
pip install PyYAML==6.0
pip
3
install sklearn==0.0
pip install sklearn==0.0
pip
3
install filelock==3.9.0
pip install filelock==3.9.0
pip
3
install visualdl==2.5.0
pip install visualdl==2.5.0
```
```
### Anaconda(方法三)
### Anaconda(方法三)
此处提供本地配置、编译的详细步骤,例如:
此处提供本地配置、编译的详细步骤,例如:
...
...
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