matthoffner commited on
Commit
b81b098
·
verified ·
1 Parent(s): 38a7eb0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -63,4 +63,4 @@ RUN ls -al
63
 
64
  EXPOSE 8000
65
 
66
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
63
 
64
  EXPOSE 8000
65
 
66
+ CMD ["python3", "-m", "llama_cpp.server", "--config_file", "config.toml"]