AshDavid12 commited on
Commit
32197db
·
1 Parent(s): 31f6961

trying ivrit model-nvidia image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ RUN pip install --no-cache-dir -r requirements.txt
28
  COPY . .
29
 
30
  # Command to run the Python transcription script directly
31
- CMD ["python", "infer.py"]
 
28
  COPY . .
29
 
30
  # Command to run the Python transcription script directly
31
+ CMD ["python3","-u", "/infer.py"]