Commit 8d965757 authored by dengjb's avatar dengjb
Browse files

Update Dockerfile

parent 8bf8f87a
Pipeline #628 canceled with stages
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
COPY requirement.txt requirement.txt
RUN pip3 install -r requirement.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