TomatoeAI commited on
Commit
781ff78
·
verified ·
1 Parent(s): 2999556

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -10,14 +10,12 @@ RUN pip install -U huggingface_hub
10
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
11
  hf_hub_download(repo_id="mistralai/Ministral-3-3B-Instruct-2512-GGUF", \
12
  filename="Ministral-3-3B-Instruct-2512-Q4_K_M.gguf", \
13
- filename="Ministral-3-3B-Instruct-2512-BF16-mmproj.gguf", \
14
  local_dir="/app", \
15
  local_dir_use_symlinks=False)'
16
 
17
  # 設定
18
  CMD ["--server", \
19
  "-m", "/app/Ministral-3-3B-Instruct-2512-Q4_K_M.gguf", \
20
- "-mmproj", "/app/Ministral-3-3B-Instruct-2512-BF16-mmproj.gguf", \
21
  "--host", "0.0.0.0", \
22
  "--port", "7860", \
23
  "-t", "2", \
 
10
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
11
  hf_hub_download(repo_id="mistralai/Ministral-3-3B-Instruct-2512-GGUF", \
12
  filename="Ministral-3-3B-Instruct-2512-Q4_K_M.gguf", \
 
13
  local_dir="/app", \
14
  local_dir_use_symlinks=False)'
15
 
16
  # 設定
17
  CMD ["--server", \
18
  "-m", "/app/Ministral-3-3B-Instruct-2512-Q4_K_M.gguf", \
 
19
  "--host", "0.0.0.0", \
20
  "--port", "7860", \
21
  "-t", "2", \