add publish workflow (#3063)
Deploy GitHub Pages / deploy (push) Has been cancelled

* add publish job

* update

* update
This commit is contained in:
YUNSHEN XIE
2025-08-18 16:42:36 +08:00
committed by GitHub
parent 9c129813f9
commit 2cf96ddd68
5 changed files with 362 additions and 13 deletions
+2 -4
View File
@@ -1,5 +1,3 @@
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
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
RUN apt update && apt install -y python3.10-venv