Files
FastDeploy/tools/dockerfile/Dockerfile.ci
YUNSHEN XIE 2cf96ddd68
Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
add publish workflow (#3063)
* add publish job

* update

* update
2025-08-18 16:42:36 +08:00

4 lines
266 B
Docker

FROM ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:cuda126-py310-cibase
COPY ../../requirements.txt ./requirements.txt
RUN python -m pip install -r requirements.txt -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple && python -m pip install pytest