This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM harbor.4pd.io/modelhubxc/enginex/xc-llm-biren166m:26.01
|
||||
|
||||
COPY fix_tokenizer.py /opt/fix_tokenizer.py
|
||||
COPY vllm_wrapper.sh /opt/vllm_wrapper.sh
|
||||
|
||||
RUN chmod +x /opt/vllm_wrapper.sh && \
|
||||
mv /usr/local/bin/vllm /usr/local/bin/vllm_real && \
|
||||
ln -s /opt/vllm_wrapper.sh /usr/local/bin/vllm
|
||||
Reference in New Issue
Block a user