sam2ai commited on
Commit
afcf53f
·
1 Parent(s): c5d0c7e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -13,12 +13,12 @@ RUN make
13
 
14
  COPY . .
15
 
16
- FROM ubuntu:$UBUNTU_VERSION as runtime
17
 
18
- COPY --from=build /llama.cpp/main /main
19
 
20
  ENV LC_ALL=C.utf8
21
 
22
- ENTRYPOINT ["/main", "-m", "models/ggml-model-q4_1.gguf", "-p", "### Instruction:\nତୁମେ କିଏ?\n\n### Response:\n"]
23
 
24
  # ./main -ngl 16 -m /content/openllama_odia_3b_base/ggml-model-q5_1.gguf -n 512 -p "### Instruction:\nତୁମେ କିଏ?\n\n### Response:\n"
 
13
 
14
  COPY . .
15
 
16
+ # FROM ubuntu:$UBUNTU_VERSION as runtime
17
 
18
+ # COPY --from=build /llama.cpp/main /main
19
 
20
  ENV LC_ALL=C.utf8
21
 
22
+ ENTRYPOINT ["/main", "-m", "./models/ggml-model-q4_1.gguf", "-p", "### Instruction:\nତୁମେ କିଏ?\n\n### Response:\n"]
23
 
24
  # ./main -ngl 16 -m /content/openllama_odia_3b_base/ggml-model-q5_1.gguf -n 512 -p "### Instruction:\nତୁମେ କିଏ?\n\n### Response:\n"