Commit d70d6f30 authored by chenych's avatar chenych
Browse files

Modify the name of train_simple.yaml and requirements in dockerfile.

parent 799c795c
......@@ -39,7 +39,7 @@ python -m pip install -e detectron2
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest
docker run -it -v /parastor/home/chenych/textDetection/deepsolo_pytorch/:/home/deepsolo_pytorch/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name cyc_deepsolo 2bb84d403fac 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 /home/deepsolo_pytorch
pip install -r requirements.txt
......@@ -81,7 +81,7 @@ Tips:以上dtk软件栈、python、torch等DCU相关工具版本需要严格
```
pip install -r requirements.txt
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'requirements
bash make.sh
```
......
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest
RUN source /opt/dtk/env.sh
COPY requirments.txt requirments.txt
COPY requirements.txt 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