Monster commited on
Commit
fbad46b
·
verified ·
1 Parent(s): ab50741

Update Dockerfile

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