gingdev commited on
Commit
1416ca6
1 Parent(s): 3299013

Add `--nobrowser`

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN HF_HUB_ENABLE_HF_TRANSFER=1 \
17
 
18
  ENTRYPOINT [ "/usr/bin/bash" ]
19
 
20
- CMD [ "./llama2-7b-ictu.llamafile", "--host", "0.0.0.0", "--port", "7860", "-c", "4096", "--chat-template", "chatml", "--embedding" ]
 
17
 
18
  ENTRYPOINT [ "/usr/bin/bash" ]
19
 
20
+ CMD [ "./llama2-7b-ictu.llamafile", "--host", "0.0.0.0", "--port", "7860", "-c", "4096", "--chat-template", "chatml", "--embedding", "--nobrowser" ]