项目文件夹

文件
wehub-resource-sync 2aaeece67c
Codestyle Check / Lint (push) Has been cancelled
Codestyle Check / Check bypass (push) Has been cancelled
Pipelines-Test / Pipelines-Test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:14 +08:00

12 行
446 B
Plaintext

FROM paddlepaddle/paddlenlp:pipelines-1.0-gpu-cuda10.2-cudnn7
COPY start.sh /root/start.sh
COPY create_index.sh /root/PaddleNLP/pipelines
COPY run_server.sh /root/PaddleNLP/pipelines
COPY run_client.sh /root/PaddleNLP/pipelines
COPY semantic_search.yaml /root/PaddleNLP/pipelines
COPY dense_qa.yaml /root/PaddleNLP/pipelines
RUN chmod +x /root/start.sh
WORKDIR /root
RUN chmod +x /root/start.sh
# ENTRYPOINT /root/start.sh && tail -f /dev/null