first commit

This commit is contained in:
4paradigm
2026-06-29 17:04:41 +08:00
commit a2a00f102e
7 changed files with 327 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
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"]