nameliu commited on
Commit
8f0f48f
·
verified ·
1 Parent(s): 0e79b3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]