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

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:server
2
 
3
  # Install wget
4
  RUN apt update && apt install wget -y
 
1
+ FROM ghcr.io/ggml-org/llama.cpp:full
2
 
3
  # Install wget
4
  RUN apt update && apt install wget -y