fix: relax .dockerignore — remove *.txt *.md *.json wildcards that may break build
Previous wildcards excluded too aggressively. Keep only large directories (cccl_upstream, upstream_ref, vllm, etc) and specific large files.
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
**/__pycache__
|
||||
**/*.pyc
|
||||
**/.git
|
||||
|
||||
# Large directories not needed in Docker image
|
||||
cccl_upstream/
|
||||
upstream_ref/
|
||||
vllm/
|
||||
ixformer_sdk/
|
||||
muh/
|
||||
ex_engine/
|
||||
docs/
|
||||
*.zip
|
||||
*.txt
|
||||
*.md
|
||||
*.json
|
||||
|
||||
# Keep only qwen3_6_scripts/ computility-run.yaml Dockerfile
|
||||
enginex-vllm-bi100-qwen36-main.zip
|
||||
dockerrizhi.txt
|
||||
subrizhi.txt
|
||||
|
||||
Reference in New Issue
Block a user