Skip LMCache CUDA extensions (NO_CUDA_EXT=1)
PyTorch 2.9.0+cu130 was compiled with CUDA 12.8 but container has CUDA 13.0. Skip CUDA extension build to avoid version mismatch.
This commit is contained in:
@@ -98,7 +98,7 @@ RUN git clone https://github.com/LMCache/LMCache.git && \
|
||||
# PyTorch version is dated in LMCache
|
||||
sed -i '/torch/d' pyproject.toml && \
|
||||
uv pip install setuptools_scm && \
|
||||
MAX_JOBS=8 python -m build --wheel --no-isolation && \
|
||||
NO_CUDA_EXT=1 MAX_JOBS=8 python -m build --wheel --no-isolation && \
|
||||
cp dist/*.whl /wheels/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user