Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -24,8 +24,6 @@ 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"
|
29 |
COPY --chown=user ./run.sh run.sh
|
30 |
RUN chmod +x run.sh
|
31 |
ENTRYPOINT ["/app/run.sh"]
|
|
|
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 |
COPY --chown=user ./run.sh run.sh
|
28 |
RUN chmod +x run.sh
|
29 |
ENTRYPOINT ["/app/run.sh"]
|