We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470a506 commit 1bb09d6Copy full SHA for 1bb09d6
Dockerfile
@@ -46,7 +46,7 @@ RUN pip install torch==2.7.1
46
# Install build dependencies
47
RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11 ninja
48
49
-RUN git clone https://github.com/ModelTC/LightKernel.git
+RUN git clone https://github.com/ModelTC/LightKernel.git && cd LightKernel
50
51
# Set environment variables for building
52
ENV FLASH_ATTENTION_FORCE_BUILD=TRUE \
0 commit comments