Files
vLLM-Kunlunxin_p-800-tokeni…/Dockerfile
2026-06-29 17:04:41 +08:00

10 lines
259 B
Docker

FROM harbor-contest.4pd.io/sunjichen/xc-llm-kunlun:latest
COPY entrypoint.sh /opt/entrypoint.sh
COPY fix_tokenizer.py /opt/fix_tokenizer.py
COPY detect_tokenizer.py /opt/detect_tokenizer.py
RUN chmod +x /opt/entrypoint.sh
ENTRYPOINT ["/opt/entrypoint.sh"]