update
Browse files- 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
|