Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ghcr.io/
|
| 2 |
|
| 3 |
RUN apt update && apt install wget -y
|
| 4 |
|
|
|
|
| 1 |
+
FROM ghcr.io/ggml-org/llama.cpp:full
|
| 2 |
|
| 3 |
RUN apt update && apt install wget -y
|
| 4 |
|