Mihaiii commited on
Commit
2a8a3d3
·
verified ·
1 Parent(s): 3a9b4e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- docker pull ghcr.io/ggerganov/llama.cpp:server--b1-e09a800
2
 
3
  RUN apt-get update && apt-get install -y wget pip python3 git
4
 
 
1
+ FROM ghcr.io/ggerganov/llama.cpp:server--b1-e09a800
2
 
3
  RUN apt-get update && apt-get install -y wget pip python3 git
4