Files
sunruoxi 5fd3732f4d
All checks were successful
Docker Build and Push / docker (push) Successful in 5m4s
更新 Dockerfile
2026-07-21 17:00:08 +08:00

8 lines
229 B
Docker

FROM harbor-contest.4pd.io/sunjichen/xc-llm-kunlun:latest
COPY fix_tokenizer.py /opt/
COPY detect_tokenizer.py /opt/
COPY entrypoint.sh /opt/
RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3
RUN chmod +x /opt/entrypoint.sh