fix(build): add upstream_ref to dockerignore + clean debug files
Docker build context was including upstream_ref/ (23MB) unnecessarily. Also exclude debug_*.py and verify_*.py from build context.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Exclude everything not needed for the Docker image
|
# Exclude everything not needed for the Docker image
|
||||||
cccl_upstream/
|
cccl_upstream/
|
||||||
|
upstream_ref/
|
||||||
vllm/
|
vllm/
|
||||||
muh/
|
muh/
|
||||||
docs/
|
docs/
|
||||||
@@ -14,4 +15,6 @@ vllm_adapter/
|
|||||||
.gitignore
|
.gitignore
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
# Keep: qwen3_6_scripts/, computility-run.yaml, Dockerfile, launch_service
|
debug_*.py
|
||||||
|
verify_*.py
|
||||||
|
# Keep: qwen3_6_scripts/, computility-run.yaml, Dockerfile, ex_engine/
|
||||||
|
|||||||
Reference in New Issue
Block a user