Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -23,7 +23,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
23 |
RUN mkdir -p ./ragtest/input
|
24 |
# RUN curl https://secure.ssa.gov/apps10/poms.nsf/lnx/0500502100 > ./ragtest/input/book.txt
|
25 |
RUN curl https://huggingface.co/spaces/npc0/POM-QA/resolve/main/knowledge_extraction.csv > ./ragtest/input/book.txt
|
26 |
-
RUN python -m graphrag.index --init --root ./ragtest
|
27 |
COPY --chown=user ./app.py /app
|
28 |
EXPOSE 7860
|
29 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
|
23 |
RUN mkdir -p ./ragtest/input
|
24 |
# RUN curl https://secure.ssa.gov/apps10/poms.nsf/lnx/0500502100 > ./ragtest/input/book.txt
|
25 |
RUN curl https://huggingface.co/spaces/npc0/POM-QA/resolve/main/knowledge_extraction.csv > ./ragtest/input/book.txt
|
|
|
26 |
COPY --chown=user ./app.py /app
|
27 |
EXPOSE 7860
|
28 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|