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 \