muryshev commited on
Commit
abad466
1 Parent(s): 377a7af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fa
24
  RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
25
 
26
  # Run the server
27
- CMD python3 -m llama_cpp.server
 
24
  RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
25
 
26
  # Run the server
27
+ CMD python3 -m app.py