10 lines
277 B
Docker
10 lines
277 B
Docker
|
|
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"]
|