add ci ut and workflow

This commit is contained in:
XieYunshen
2025-06-14 19:32:26 +08:00
parent 3d44c7a3e9
commit 0825146538
5 changed files with 778 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:cuda126-dev
RUN apt update && apt install -y lsof
RUN wget https://raw.githubusercontent.com/PaddlePaddle/FastDeploy/refs/heads/develop/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
RUN apt update && apt install -y python3.10-venv