- Dockerfile: COPY kernel source instead of git clone - docker-compose: build context at repo root, all debug flags OFF - vLLM patches: deepseek_v4.py, staging_kernel.py, deepseek_v4_attention.py - serve_vllm.py script - .dockerignore to keep image clean
7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
docker/
|
|
scripts/
|
|
*.egg-info/
|
|
.git/
|
|
.gitignore
|
|
README.md
|