Remove tilelang dependency in Dockerfile (#11455)

This commit is contained in:
Baizhou Zhang
2025-10-10 23:17:53 -07:00
committed by GitHub
parent 451d15c44b
commit 8b85926a6e

View File

@@ -159,11 +159,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
pip install . ; \
fi
# Install tilelang
RUN if [ "$TARGETARCH" = "amd64" ]; then \
pip install tilelang==0.1.6.post1 ; \
fi
# Python tools
RUN python3 -m pip install --no-cache-dir \
datamodel_code_generator \