z90486091 commited on
Commit
2a7df36
·
verified ·
1 Parent(s): 581b000

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM ghcr.io/z90486091/litellm-v1.81.9.rc.1-sqlite:0.1
2
 
 
 
3
  COPY litellm.db /app/data/litellm.db
4
 
5
  EXPOSE 4000
 
1
  FROM ghcr.io/z90486091/litellm-v1.81.9.rc.1-sqlite:0.1
2
 
3
+ RUN apk add --no-cache git
4
+
5
  COPY litellm.db /app/data/litellm.db
6
 
7
  EXPOSE 4000