fix Dockerfile patch paths and add explicit env vars for debug suppression
This commit is contained in:
@@ -35,9 +35,9 @@ ENV PYTHONPATH="/root/nvfp4-megamoe-kernel/src/nvfp4_megamoe_kernel/cutlass_nvfp
|
||||
|
||||
# Copy vLLM patches
|
||||
ARG PATCH_CACHE_BUSTER=82
|
||||
COPY patches/deepseek_v4.py /tmp/patches/deepseek_v4.py
|
||||
COPY patches/staging_kernel.py /tmp/patches/staging_kernel.py
|
||||
COPY patches/deepseek_v4_attention.py /tmp/patches/deepseek_v4_attention.py
|
||||
COPY docker/patches/deepseek_v4.py /tmp/patches/deepseek_v4.py
|
||||
COPY docker/patches/staging_kernel.py /tmp/patches/staging_kernel.py
|
||||
COPY docker/patches/deepseek_v4_attention.py /tmp/patches/deepseek_v4_attention.py
|
||||
|
||||
# Apply patches
|
||||
RUN VLLM_MODELS_DIR=$(python3 -c "import vllm.model_executor.models; import os; print(os.path.dirname(vllm.model_executor.models.__file__))") && \
|
||||
|
||||
Reference in New Issue
Block a user