Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,6 @@ RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
|
| 20 |
RUN ls -lh /app/link1-270m-q8_0.gguf
|
| 21 |
|
| 22 |
# CPUでサーバーを起動
|
| 23 |
-
|
|
|
|
|
|
|
|
|
| 20 |
RUN ls -lh /app/link1-270m-q8_0.gguf
|
| 21 |
|
| 22 |
# CPUでサーバーを起動
|
| 23 |
+
COPY template /app/template
|
| 24 |
+
# CPUでサーバーを起動
|
| 25 |
+
CMD ["--server","-m","/app/link1-270m-q8_0.gguf","--chat-template-file","/app/template","--port","7860","--host","0.0.0.0","-n","4096"]
|