Arabic250 commited on
Commit
c206bd3
·
verified ·
1 Parent(s): 203d1d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -14,13 +14,12 @@ RUN python3 -c 'from huggingface_hub import hf_hub_download; \
14
  hf_hub_download(repo_id=repo, filename="gemma-4-E4B-it-UD-Q5_K_XL.gguf", local_dir="/app"); \
15
  hf_hub_download(repo_id=repo, filename="mmproj-BF16.gguf", local_dir="/app")'
16
 
17
- # تشغيل الخادم مع تفعيل CORS والروابط الخارجية
18
  CMD ["--server", \
19
  "-m", "/app/gemma-4-E4B-it-UD-Q5_K_XL.gguf", \
20
  "--mmproj", "/app/mmproj-BF16.gguf", \
21
  "--host", "0.0.0.0", \
22
  "--port", "7860", \
23
- "--cors", \
24
  "-t", "4", \
25
  "--cache-type-k", "q8_0", \
26
  "--cache-type-v", "iq4_nl", \
 
14
  hf_hub_download(repo_id=repo, filename="gemma-4-E4B-it-UD-Q5_K_XL.gguf", local_dir="/app"); \
15
  hf_hub_download(repo_id=repo, filename="mmproj-BF16.gguf", local_dir="/app")'
16
 
17
+ # تشغيل الخادم م حذف --cors لأنه غير مدعوم في هذا الإصدار)
18
  CMD ["--server", \
19
  "-m", "/app/gemma-4-E4B-it-UD-Q5_K_XL.gguf", \
20
  "--mmproj", "/app/mmproj-BF16.gguf", \
21
  "--host", "0.0.0.0", \
22
  "--port", "7860", \
 
23
  "-t", "4", \
24
  "--cache-type-k", "q8_0", \
25
  "--cache-type-v", "iq4_nl", \