File size: 178 Bytes
fde826b
 
6280c2f
fde826b
6280c2f
 
fde826b
 
 
6280c2f
1
2
3
4
5
6
7
8
9
10
11
FROM ghcr.io/ggml-org/llama.cpp:server-b8840

WORKDIR /app

COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh

EXPOSE 7860

ENTRYPOINT ["/app/entrypoint.sh"]