Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -18,6 +18,8 @@ COPY search.py /usr/local/lib/python3.10/site-packages/graphrag/query/structured
|
|
| 18 |
|
| 19 |
RUN chmod +x /app/start.sh
|
| 20 |
|
|
|
|
|
|
|
| 21 |
EXPOSE 8080
|
| 22 |
|
| 23 |
CMD ["/app/start.sh"]
|
|
|
|
| 18 |
|
| 19 |
RUN chmod +x /app/start.sh
|
| 20 |
|
| 21 |
+
RUN git clone https://huggingface.co/datasets/nameliu/graphrag-data
|
| 22 |
+
|
| 23 |
EXPOSE 8080
|
| 24 |
|
| 25 |
CMD ["/app/start.sh"]
|