mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00

Some checks failed
Deploy GitHub Pages / deploy (push) Has been cancelled
* add publish job * update * update
4 lines
266 B
Docker
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
|