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
RTMDet_mmcv
Commits
7c8ad09b
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "9b6dca3d7f59d853acbeb7a00f57c925ac111cc4"
Commit
7c8ad09b
authored
Nov 20, 2023
by
dengjb
Browse files
Update README.md
parent
77e338d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
README.md
README.md
+1
-2
No files found.
README.md
View file @
7c8ad09b
...
@@ -18,7 +18,6 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk
...
@@ -18,7 +18,6 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk
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
cd /path/workspace/
cd /path/workspace/
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r requirements.txt
```
```
### Dockerfile(方法二)
### Dockerfile(方法二)
```
```
...
@@ -44,7 +43,7 @@ Tips:以上dtk软件栈、python、torch、mmcv等DCU相关工具版本需要
...
@@ -44,7 +43,7 @@ Tips:以上dtk软件栈、python、torch、mmcv等DCU相关工具版本需要
```
```
cd workspace/
cd workspace/
pip install
-v -e .
pip install
mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r requirements.txt
pip3 install -r requirements.txt
```
```
...
...
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