From 7ba97f7977d87b5b9fe60ab848685723ce458269 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 10:46:31 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20relax=20.dockerignore=20=E2=80=94=20remo?= =?UTF-8?q?ve=20*.txt=20*.md=20*.json=20wildcards=20that=20may=20break=20b?= =?UTF-8?q?uild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous wildcards excluded too aggressively. Keep only large directories (cccl_upstream, upstream_ref, vllm, etc) and specific large files. --- .dockerignore | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.dockerignore b/.dockerignore index 73ff7b33..ae6c7e48 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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