Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -23,6 +23,7 @@ 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 |
COPY --chown=user ./app.py /app
|
27 |
COPY --chown=user ./run.sh run.sh
|
28 |
RUN chmod +x run.sh
|
|
|
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 ./settings.yaml /app
|
27 |
COPY --chown=user ./app.py /app
|
28 |
COPY --chown=user ./run.sh run.sh
|
29 |
RUN chmod +x run.sh
|