matthoffner commited on
Commit
2a3b473
·
verified ·
1 Parent(s): b339871

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,4 +54,4 @@ RUN ls -al
54
 
55
  EXPOSE 8000
56
 
57
- CMD ["python3", "-m", "llama_cpp.server", "--config_file", "config.toml"]
 
54
 
55
  EXPOSE 8000
56
 
57
+ CMD ["python3", "-m", "llama_cpp.server", "--config_file", "config.json"]