Logo
Explore Help
Register Sign In
dylanyunlong/project_6_89d52222
1
0
Fork 0
You've already forked project_6_89d52222
Code Issues Pull Requests Actions Projects Releases Wiki Activity
Files
3e7fc565ffedaf962c2ffd415014b59f70d279d5
project_6_89d52222/.dockerignore

18 lines
255 B
Plaintext
Raw Normal View History

fix(build): add .dockerignore + safe probe — fix docker build failure Build was failing, likely due to: 1. 165MB build context (no .dockerignore) — cccl_upstream/ 53MB, zip 97MB 2. probe_corex_api.py used importlib.import_module which may init CUDA 3. pip install without --timeout could hang on unreachable mirror Fixes: - .dockerignore: excludes cccl_upstream/, vllm/, *.zip, docs/ etc Build context: ~2MB instead of 165MB - probe_corex_api.py: rewritten to use ONLY ast.parse, zero runtime imports - pip install: added --timeout 30
2026-08-08 11:21:43 +00:00
# Exclude everything not needed for the Docker image
cccl_upstream/
vllm/
muh/
docs/
optimizations/
vllm_adapter/
*.zip
*.txt
*.md
*.json
*.muh
.git/
.gitignore
__pycache__/
*.pyc
# Keep: qwen3_6_scripts/, computility-run.yaml, Dockerfile, launch_service
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 44ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API