add src
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG BASE_IMAGE=harbor.4pd.io/mic-llm-x/kunlunxin-xtrt-llm:0.5.3.2
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
ARG PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
RUN pip config set global.index-url $PYPI_MIRROR
|
||||
|
||||
ADD requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ADD llm_utils.py main.py ./
|
||||
|
||||
ENTRYPOINT ["python3", "main.py"]
|
||||
Reference in New Issue
Block a user