Commit 93294e61 authored by Lei Wang's avatar Lei Wang Committed by GitHub
Browse files

Update Dockerfile.cu120 (#98)

parent 2ac51a03
......@@ -23,6 +23,6 @@ RUN conda install pip cmake && 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 git clone https://github.com/tile-ai/tilelang.git --recursive -b main TileLang \
&& cd TileLang && ./install.sh
&& cd TileLang && ./install_cuda.sh
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