Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ghcr.io/ggml-org/llama.cpp:server
|
| 2 |
WORKDIR /app
|
| 3 |
COPY entrypoint.sh /app/entrypoint.sh
|
| 4 |
RUN chmod +x /app/entrypoint.sh
|
|
|
|
| 1 |
+
FROM ghcr.io/ggml-org/llama.cpp:server
|
| 2 |
WORKDIR /app
|
| 3 |
COPY entrypoint.sh /app/entrypoint.sh
|
| 4 |
RUN chmod +x /app/entrypoint.sh
|