Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -22,8 +22,6 @@ ENV LITELLM_MASTER_KEY="" \
|
|
| 22 |
CUSTOM_OPENAI_API_KEY="" \
|
| 23 |
PHOENIX_API_KEY=""
|
| 24 |
|
| 25 |
-
RUN find / -name ".git" -type d 2>/dev/null | head -5
|
| 26 |
-
|
| 27 |
COPY db_syncer.py /usr/local/bin/db_syncer.py
|
| 28 |
COPY hf_entrypoint.sh /app/docker/hf_entrypoint.sh
|
| 29 |
RUN chmod +x /app/docker/hf_entrypoint.sh
|
|
|
|
| 22 |
CUSTOM_OPENAI_API_KEY="" \
|
| 23 |
PHOENIX_API_KEY=""
|
| 24 |
|
|
|
|
|
|
|
| 25 |
COPY db_syncer.py /usr/local/bin/db_syncer.py
|
| 26 |
COPY hf_entrypoint.sh /app/docker/hf_entrypoint.sh
|
| 27 |
RUN chmod +x /app/docker/hf_entrypoint.sh
|