shamik
commited on
fix: download path for the db.
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -33,7 +33,8 @@ ENV PATH="/root/.local/bin/:$PATH"
|
|
33 |
|
34 |
RUN uv sync
|
35 |
|
36 |
-
RUN uv run huggingface-cli download Shamik/arxiv_cs_2020_07_2025 --repo-type dataset --local-dir
|
|
|
37 |
|
38 |
|
39 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
|
|
33 |
|
34 |
RUN uv sync
|
35 |
|
36 |
+
RUN uv run huggingface-cli download Shamik/arxiv_cs_2020_07_2025 --repo-type dataset --local-dir app/db
|
37 |
+
RUN ls app/db
|
38 |
|
39 |
|
40 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|