Spaces:
Paused
Paused
sync from GitHub: ci: fix Dockerfile missing LICENSE; re-enable HF Space auto-sync
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN mkdir -p /app/.streamlit /app/.cache/streamlit /app/.cache/huggingface /app/
|
|
| 25 |
COPY visual_rag/ ./visual_rag/
|
| 26 |
COPY benchmarks/ ./benchmarks/
|
| 27 |
COPY demo/ ./demo/
|
| 28 |
-
COPY pyproject.toml README.md ./
|
| 29 |
RUN --mount=type=cache,target=/root/.cache/pip \
|
| 30 |
pip3 install -e .
|
| 31 |
|
|
|
|
| 25 |
COPY visual_rag/ ./visual_rag/
|
| 26 |
COPY benchmarks/ ./benchmarks/
|
| 27 |
COPY demo/ ./demo/
|
| 28 |
+
COPY pyproject.toml README.md LICENSE ./
|
| 29 |
RUN --mount=type=cache,target=/root/.cache/pip \
|
| 30 |
pip3 install -e .
|
| 31 |
|