"PTDN/configs/ppocr_rec_server_params.txt" did not exist on "a821320d3fdbbd3e0906a7f6346deb5a4380c7e6"
Dockerfile 306 Bytes
Newer Older
dengjf's avatar
dengjf committed
1
2
3
4
5
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.10.0-centos7.6-dtk-22.10.1-py39-latest
RUN source /opt/dtk/env.sh
COPY requirements.txt requirements.txt
COPY requirements/ requirements/
RUN pip3 install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements.txt