We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c067224 commit ea64d47Copy full SHA for ea64d47
docker/Dockerfile.gpu
@@ -30,4 +30,4 @@ COPY whisper_live /app/whisper_live
30
31
COPY run_server.py /app
32
33
-CMD ["python", "run_server.py"]
+CMD ["python3", "run_server.py"]
0 commit comments