"vscode:/vscode.git/clone" did not exist on "6a1bc5939cf05580b9766b15f2d4f1e660814f83"
Commit 8982a6c1 authored by chenych's avatar chenych
Browse files

Modify in Dockerfile.

parent 7927ef9b
...@@ -129,7 +129,7 @@ bash val.sh ...@@ -129,7 +129,7 @@ bash val.sh
| name | backbone | schedule | box AP | | name | backbone | schedule | box AP |
| :------: | :------: | :------: | :------: | | :------: | :------: | :------: | :------: |
| DETR(our) | R50 | 500 | 39.8 | | DETR(our) | R50 | 500 | 39.8 |
| DETR | R50 | 500 | 42.0 | | DETR | R50 | 500 | 39.5 |
## 应用场景 ## 应用场景
......
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04.1-py38-latest FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04.1-py38-latest
RUN source /opt/dtk/env.sh RUN source /opt/dtk/env.sh
COPY ../requirements.txt requirements.txt
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
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