Commit e8ba6d8a authored by dengjb's avatar dengjb
Browse files

fixed dockerfile

parent 8a337c73
FROM image.sourcefind.cn:5000/dcu/admin/base/paddlepaddle:2.4.2-centos7.6-dtk-23.04-py39-latest FROM image.sourcefind.cn:5000/dcu/admin/base/paddlepaddle:2.4.2-centos7.6-dtk-23.04-py39-latest
RUN source /opt/dtk/env.sh RUN source /opt/dtk/env.sh
COPY requirments.txt requirments.txt COPY requirements.txt requirments.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