Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Based on llama-gpt-api:
|
2 |
# Pin the image to llama-cpp-python 0.1.78 to avoid ggml => gguf breaking changes
|
3 |
-
FROM ghcr.io/abetlen/llama-cpp-python:latest
|
4 |
|
5 |
VOLUME ["/models"]
|
6 |
|
|
|
1 |
# Based on llama-gpt-api:
|
2 |
# Pin the image to llama-cpp-python 0.1.78 to avoid ggml => gguf breaking changes
|
3 |
+
FROM ghcr.io/abetlen/llama-cpp-python:latest
|
4 |
|
5 |
VOLUME ["/models"]
|
6 |
|