mariusjabami commited on
Commit
a89e85a
·
verified ·
1 Parent(s): a911913

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install -U huggingface_hub
11
 
12
  # Pythonスクリプトで直接実行
13
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
14
- hf_hub_download(repo_id="lxcorp/Link1-270M-Q8_0-GGUF", \
15
  filename="link1-270m-q8_0.gguf", \
16
  local_dir=".", \
17
  local_dir_use_symlinks=False)'
 
11
 
12
  # Pythonスクリプトで直接実行
13
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
14
+ hf_hub_download(repo_id="lxcorp/Link-270M-GGUF", \
15
  filename="link1-270m-q8_0.gguf", \
16
  local_dir=".", \
17
  local_dir_use_symlinks=False)'