Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
|
|
24 |
RUN CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
|
25 |
|
26 |
# Run the server
|
27 |
+
CMD python3 -m app.py
|