Docker build context was including upstream_ref/ (23MB) unnecessarily. Also exclude debug_*.py and verify_*.py from build context.
21 lines
288 B
Plaintext
21 lines
288 B
Plaintext
# Exclude everything not needed for the Docker image
|
|
cccl_upstream/
|
|
upstream_ref/
|
|
vllm/
|
|
muh/
|
|
docs/
|
|
optimizations/
|
|
vllm_adapter/
|
|
*.zip
|
|
*.txt
|
|
*.md
|
|
*.json
|
|
*.muh
|
|
.git/
|
|
.gitignore
|
|
__pycache__/
|
|
*.pyc
|
|
debug_*.py
|
|
verify_*.py
|
|
# Keep: qwen3_6_scripts/, computility-run.yaml, Dockerfile, ex_engine/
|