AIencoder commited on
Commit
7b0ba7e
·
verified ·
1 Parent(s): 4f2c4bd

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ghcr.io/ggml-org/llama.cpp:full
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt update && apt install -y python3-pip