Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -21,4 +21,5 @@ RUN pip3 install gradio==5.0.1
|
|
21 |
RUN pip3 install spaces
|
22 |
|
23 |
CMD ["ls"]
|
24 |
-
CMD ["
|
|
|
|
21 |
RUN pip3 install spaces
|
22 |
|
23 |
CMD ["ls"]
|
24 |
+
CMD ["python", "app.py"]
|
25 |
+
# CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]
|