Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|