remove stupid thing

This commit is contained in:
2026-07-06 18:41:06 +00:00
parent cfbfb6a1eb
commit 57477cf0ec

View File

@@ -19,8 +19,7 @@ RUN apt-get update && apt-get install -y git \
CUDA_HOME=/usr/local/cuda \
TORCH_CUDA_ARCH_LIST="10.0" \
pip install --no-cache-dir --no-build-isolation . && \
rm -rf /tmp/lmcache && export CACHE_BUSTER=5 && \
pip uninstall -y cupy-cuda12x || true
rm -rf /tmp/lmcache && export CACHE_BUSTER=5
# Make sure we have patch to make MTP work on GLM (I did this based on vllm-project/vllm#40989)