first commit
All checks were successful
Docker Build and Push / docker (push) Successful in -2m22s

This commit is contained in:
2026-06-11 14:39:11 +08:00
commit 8c50b2d368
7 changed files with 463 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM harbor-contest.4pd.io/luopingyi/enginex-iluvatar-bi150/vllm:0.8.3
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
ENTRYPOINT ["/opt/entrypoint.sh"]