Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +7 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,10 @@ ENV LITELLM_MASTER_KEY="" \
|
|
| 18 |
GOOGLE_API_KEY_9="" \
|
| 19 |
GOOGLE_API_KEY_10="" \
|
| 20 |
CUSTOM_OPENAI_API_KEY="" \
|
| 21 |
-
PHOENIX_API_KEY=""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
GOOGLE_API_KEY_9="" \
|
| 19 |
GOOGLE_API_KEY_10="" \
|
| 20 |
CUSTOM_OPENAI_API_KEY="" \
|
| 21 |
+
PHOENIX_API_KEY=""
|
| 22 |
+
|
| 23 |
+
COPY db_syncer.py /usr/local/bin/db_syncer.py
|
| 24 |
+
COPY hf_entrypoint.sh /usr/local/bin/hf_entrypoint.sh
|
| 25 |
+
RUN chmod +x /usr/local/bin/hf_entrypoint.sh
|
| 26 |
+
|
| 27 |
+
ENTRYPOINT ["/usr/local/bin/hf_entrypoint.sh"]
|