Spaces:
Paused
Paused
Dockerfile for Indexer V5
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
FROM python:3.10-slim
|
| 2 |
WORKDIR /app
|
| 3 |
-
|
| 4 |
RUN pip install --no-cache-dir boto3 pandas huggingface_hub pyarrow
|
| 5 |
-
|
| 6 |
COPY indexer_service.py .
|
| 7 |
-
|
| 8 |
EXPOSE 7860
|
| 9 |
-
|
| 10 |
CMD ["python", "indexer_service.py"]
|
|
|
|
| 1 |
FROM python:3.10-slim
|
| 2 |
WORKDIR /app
|
|
|
|
| 3 |
RUN pip install --no-cache-dir boto3 pandas huggingface_hub pyarrow
|
|
|
|
| 4 |
COPY indexer_service.py .
|
|
|
|
| 5 |
EXPOSE 7860
|
|
|
|
| 6 |
CMD ["python", "indexer_service.py"]
|