From 8b85926a6e44e4f602f3cb5f7b6d6b866314e317 Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Fri, 10 Oct 2025 23:17:53 -0700 Subject: [PATCH] Remove tilelang dependency in Dockerfile (#11455) --- docker/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e398e31f2..ac7bf4a11 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \