Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
|
|
26 |
|
27 |
|
28 |
# Run the server
|
29 |
+
CMD python3 -m app
|