We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a985cd commit 2d73441Copy full SHA for 2d73441
1 file changed
pythonrpcserver.Dockerfile
@@ -31,6 +31,8 @@
31
RUN python -m grpc_tools.protoc -I . --python_out=./ --grpc_python_out=./ ct.proto
32
33
COPY ./PythonRpcServer .
34
+
35
+ RUN whisper -ojf -f transcribe_hellohellohello.wav
36
37
CMD [ "nice", "-n", "18", "ionice", "-c", "2", "-n", "6", "python3", "-u", "/PythonRpcServer/server.py" ]
38
0 commit comments