zhuwq0 commited on
Commit
d78d23d
·
1 Parent(s): f8e6303
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ FROM tensorflow/tensorflow
9
  RUN pip install tqdm obspy pandas
10
  RUN pip install uvicorn fastapi kafka-python
11
 
 
 
12
  WORKDIR /opt
13
 
14
  # Copy files
 
9
  RUN pip install tqdm obspy pandas
10
  RUN pip install uvicorn fastapi kafka-python
11
 
12
+ RUN git lfs pull
13
+
14
  WORKDIR /opt
15
 
16
  # Copy files