Unverified Commit 8b85926a authored by Baizhou Zhang's avatar Baizhou Zhang Committed by GitHub
Browse files

Remove tilelang dependency in Dockerfile (#11455)

parent 451d15c4
...@@ -159,11 +159,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \ ...@@ -159,11 +159,6 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
pip install . ; \ pip install . ; \
fi fi
# Install tilelang
RUN if [ "$TARGETARCH" = "amd64" ]; then \
pip install tilelang==0.1.6.post1 ; \
fi
# Python tools # Python tools
RUN python3 -m pip install --no-cache-dir \ RUN python3 -m pip install --no-cache-dir \
datamodel_code_generator \ datamodel_code_generator \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment