muryshev commited on
Commit
6f8fb1f
1 Parent(s): 49b65fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install --no-cache-dir llama-cpp-python
26
 
27
 
28
  # Run the server
29
- CMD python3 -m app.py
 
26
 
27
 
28
  # Run the server
29
+ CMD python3 -m app