Skip to content

Commit ea64d47

Browse files
committed
run server with python3
1 parent c067224 commit ea64d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.gpu

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ COPY whisper_live /app/whisper_live
3030

3131
COPY run_server.py /app
3232

33-
CMD ["python", "run_server.py"]
33+
CMD ["python3", "run_server.py"]

0 commit comments

Comments
 (0)