We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0362548 commit 1db1ef3Copy full SHA for 1db1ef3
1 file changed
Dockerfile
@@ -5,6 +5,7 @@ RUN pip install --no-cache-dir \
5
loguru \
6
pydub \
7
fastapi \
8
+ uvicorn \
9
pydantic==1.10.8 && \
10
rm -rf /root/.cache/pip/*
11
0 commit comments