Spaces:
Sleeping
Sleeping
AshDavid12
commited on
Commit
·
32197db
1
Parent(s):
31f6961
trying ivrit model-nvidia image
Browse files- 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 ["
|
|
|
28 |
COPY . .
|
29 |
|
30 |
# Command to run the Python transcription script directly
|
31 |
+
CMD ["python3","-u", "/infer.py"]
|