"src/op/operator.h" did not exist on "57ab687cf7c97f040386c4d473d325b4a1731914"
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 ...@@ -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 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 \ 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 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