Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -4
Dockerfile
CHANGED
|
@@ -21,7 +21,6 @@ ENV LITELLM_MASTER_KEY="" \
|
|
| 21 |
PHOENIX_API_KEY=""
|
| 22 |
|
| 23 |
COPY db_syncer.py /usr/local/bin/db_syncer.py
|
| 24 |
-
COPY hf_entrypoint.sh /
|
| 25 |
-
RUN chmod +x /
|
| 26 |
-
|
| 27 |
-
ENTRYPOINT ["/usr/local/bin/hf_entrypoint.sh"]
|
|
|
|
| 21 |
PHOENIX_API_KEY=""
|
| 22 |
|
| 23 |
COPY db_syncer.py /usr/local/bin/db_syncer.py
|
| 24 |
+
COPY hf_entrypoint.sh /app/docker/hf_entrypoint.sh
|
| 25 |
+
RUN chmod +x /app/docker/hf_entrypoint.sh
|
| 26 |
+
ENTRYPOINT ["/app/docker/hf_entrypoint.sh"]
|
|
|