z90486091 commited on
Commit
118159f
·
verified ·
1 Parent(s): 53fa4e3

Update Dockerfile

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