waddie commited on
Commit
95c1b8c
·
verified ·
1 Parent(s): ced2a68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -24,7 +24,6 @@ EXPOSE 7860
24
  # Revert to executing via python's native server module
25
  CMD ["python3", "-m", "llama_cpp.server", \
26
  "--model", "model.gguf", \
27
- "--alias", "model", \
28
  "--host", "0.0.0.0", \
29
  "--port", "7860", \
30
  "--n_threads", "2", \
 
24
  # Revert to executing via python's native server module
25
  CMD ["python3", "-m", "llama_cpp.server", \
26
  "--model", "model.gguf", \
 
27
  "--host", "0.0.0.0", \
28
  "--port", "7860", \
29
  "--n_threads", "2", \