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