first commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user