9 lines
209 B
Docker
9 lines
209 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
|
||
|
|
|
||
|
|
RUN chmod +x /opt/entrypoint.sh
|
||
|
|
|
||
|
|
ENTRYPOINT ["/opt/entrypoint.sh"]
|