Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -9,13 +9,13 @@ RUN pip install -U huggingface_hub
|
|
| 9 |
# モデルのダウンロード
|
| 10 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
| 11 |
hf_hub_download(repo_id="Tesslate/OmniCoder-9B-GGUF", \
|
| 12 |
-
filename="omnicoder-9b-
|
| 13 |
local_dir="/app", \
|
| 14 |
local_dir_use_symlinks=False)'
|
| 15 |
|
| 16 |
# 設定
|
| 17 |
CMD ["--server", \
|
| 18 |
-
"-m", "/app/omnicoder-9b-
|
| 19 |
"--host", "0.0.0.0", \
|
| 20 |
"--port", "7860", \
|
| 21 |
"-t", "2", \
|
|
|
|
| 9 |
# モデルのダウンロード
|
| 10 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
| 11 |
hf_hub_download(repo_id="Tesslate/OmniCoder-9B-GGUF", \
|
| 12 |
+
filename="omnicoder-9b-q4_k_s.gguf", \
|
| 13 |
local_dir="/app", \
|
| 14 |
local_dir_use_symlinks=False)'
|
| 15 |
|
| 16 |
# 設定
|
| 17 |
CMD ["--server", \
|
| 18 |
+
"-m", "/app/omnicoder-9b-q4_k_s.gguf", \
|
| 19 |
"--host", "0.0.0.0", \
|
| 20 |
"--port", "7860", \
|
| 21 |
"-t", "2", \
|