Akbartus commited on
Commit
0398800
·
verified ·
1 Parent(s): be31bf7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ghcr.io/ggerganov/llama.cpp:light
2
 
3
  # Install wget
4
  RUN apt update && apt install wget -y
 
1
+ FROM ghcr.io/ggerganov/llama.cpp:server
2
 
3
  # Install wget
4
  RUN apt update && apt install wget -y