ramedde commited on
Commit
8d590b3
·
verified ·
1 Parent(s): 7f04761

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -6
Dockerfile CHANGED
@@ -1,10 +1,6 @@
1
- FROM ghcr.io/ggml-org/llama.cpp:server-b8840
2
-
3
  WORKDIR /app
4
-
5
  COPY entrypoint.sh /app/entrypoint.sh
6
  RUN chmod +x /app/entrypoint.sh
7
-
8
  EXPOSE 7860
9
-
10
- ENTRYPOINT ["/app/entrypoint.sh"]
 
1
+ FROM ghcr.io/ggml-org/llama.cpp:server-b9203
 
2
  WORKDIR /app
 
3
  COPY entrypoint.sh /app/entrypoint.sh
4
  RUN chmod +x /app/entrypoint.sh
 
5
  EXPOSE 7860
6
+ ENTRYPOINT ["/app/entrypoint.sh"]