Spaces:
Running
Running
update dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -15,8 +15,6 @@ RUN pip3 install -r requirements.txt
|
|
15 |
|
16 |
COPY .streamlit ./.streamlit
|
17 |
COPY document_qa ./document_qa
|
18 |
-
COPY grobid_client_generic.py .
|
19 |
-
COPY client.py .
|
20 |
COPY streamlit_app.py .
|
21 |
|
22 |
# extract version
|
|
|
15 |
|
16 |
COPY .streamlit ./.streamlit
|
17 |
COPY document_qa ./document_qa
|
|
|
|
|
18 |
COPY streamlit_app.py .
|
19 |
|
20 |
# extract version
|