nameliu commited on
Commit
d89ee80
·
verified ·
1 Parent(s): e22a4fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -23,6 +23,8 @@ RUN git clone https://huggingface.co/datasets/nameliu/graphrag-data && \
23
  git checkout master && \
24
  git-lfs pull
25
 
 
 
26
  EXPOSE 8080
27
 
28
  CMD ["/app/start.sh"]
 
23
  git checkout master && \
24
  git-lfs pull
25
 
26
+ RUN which git-lfs
27
+
28
  EXPOSE 8080
29
 
30
  CMD ["/app/start.sh"]