Skip to content

Commit 2d73441

Browse files
committed
update Dockerfile for pythonrpcserver to add sample json file
1 parent 4a985cd commit 2d73441

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pythonrpcserver.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
RUN python -m grpc_tools.protoc -I . --python_out=./ --grpc_python_out=./ ct.proto
3232

3333
COPY ./PythonRpcServer .
34+
35+
RUN whisper -ojf -f transcribe_hellohellohello.wav
3436

3537
CMD [ "nice", "-n", "18", "ionice", "-c", "2", "-n", "6", "python3", "-u", "/PythonRpcServer/server.py" ]
3638

0 commit comments

Comments
 (0)