"src/include/blockwise_tensor_slice_copy.hpp" did not exist on "acd7082fe109aa4228dfca652e87cab96bc6837f"
Unverified Commit 4818d209 authored by Jesse's avatar Jesse Committed by GitHub
Browse files

Fix Dockerfile.cu128 (#1208)

parent 8119550b
......@@ -20,9 +20,12 @@ ENV LIBGL_ALWAYS_INDIRECT=1
RUN conda install pip cmake && conda install -c conda-forge libstdcxx-ng=12 && conda clean --all
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev
RUN apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev \
build-essential cmake libedit-dev libxml2-dev cython3
RUN pip install cython
RUN git clone https://github.com/tile-ai/tilelang.git --recursive -b main TileLang \
&& cd TileLang && ./install_cuda.sh
&& cd TileLang && cmake -S . -B build -DUSE_CUDA=ON && cmake --build build -j
CMD bash
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