Commit 58d49db3 authored by Sugon_ldc's avatar Sugon_ldc
Browse files

change pip3 to pip in readme

parent 06080310
......@@ -36,11 +36,11 @@ cd ./docker
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
#进入容器后
pip3 install opencv-python==3.4.10.35
pip3 install PyYAML==6.0
pip3 install sklearn==0.0
pip3 install filelock==3.9.0
pip3 install visualdl==2.5.0
pip install opencv-python==3.4.10.35
pip install PyYAML==6.0
pip install sklearn==0.0
pip install filelock==3.9.0
pip install visualdl==2.5.0
```
### Anaconda(方法三)
此处提供本地配置、编译的详细步骤,例如:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment