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 1bb09d6 commit 5549e64Copy full SHA for 5549e64
Dockerfile
@@ -46,7 +46,8 @@ 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 && cd LightKernel
+# Copy source code to container
50
+COPY . .
51
52
# Set environment variables for building
53
ENV FLASH_ATTENTION_FORCE_BUILD=TRUE \
0 commit comments