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