Spaces:
Sleeping
Sleeping
update
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ ENV PATH="/code/vad_go_venv/bin:$PATH"
|
|
13 |
|
14 |
RUN pip install --upgrade pip
|
15 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
16 |
|
17 |
RUN bash build_vad_go.sh
|
18 |
|
|
|
13 |
|
14 |
RUN pip install --upgrade pip
|
15 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
16 |
+
RUN pip install onnxruntime
|
17 |
|
18 |
RUN bash build_vad_go.sh
|
19 |
|