Files
enginex-metax_c_series-sent…/Dockerfile
Sun Ruoxi 80d82890a2
All checks were successful
Docker Build and Push / docker (push) Successful in 1m18s
fix python path
Signed-off-by: Sun Ruoxi <sunruoxi@4paradigm.com>
2026-07-15 11:09:57 +08:00

12 lines
288 B
Docker

FROM harbor.4pd.io/modelhubxc/enginex-metax/vllm:0.9.1
WORKDIR /workspace
# 复制 requirements.txt 并安装 Python 依赖
COPY requirements.txt .
RUN /opt/conda/bin/pip install --no-deps --no-cache-dir -r requirements.txt
# 复制 server.py 到 workspace
COPY server.py /workspace/