zhuwq0 commited on
Commit
f8e6303
·
1 Parent(s): 18d8ad2
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ FROM tensorflow/tensorflow
7
  # SHELL ["conda", "run", "-n", "cs329s", "/bin/bash", "-c"]
8
 
9
  RUN pip install tqdm obspy pandas
10
- RUN pip install uvicorn fastapi
11
 
12
  WORKDIR /opt
13
 
 
7
  # SHELL ["conda", "run", "-n", "cs329s", "/bin/bash", "-c"]
8
 
9
  RUN pip install tqdm obspy pandas
10
+ RUN pip install uvicorn fastapi kafka-python
11
 
12
  WORKDIR /opt
13