Skip to content

Commit 1bb09d6

Browse files
committed
fix Dockerfile
1 parent 470a506 commit 1bb09d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN pip install torch==2.7.1
4646
# Install build dependencies
4747
RUN pip install --upgrade pip setuptools wheel build scikit-build-core[pyproject] pybind11 ninja
4848

49-
RUN git clone https://github.com/ModelTC/LightKernel.git
49+
RUN git clone https://github.com/ModelTC/LightKernel.git && cd LightKernel
5050

5151
# Set environment variables for building
5252
ENV FLASH_ATTENTION_FORCE_BUILD=TRUE \

0 commit comments

Comments
 (0)