Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
a44f63e
1
Parent(s):
2c8feef
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -64,9 +64,9 @@ RUN pip install uvicorn
|
|
64 |
EXPOSE 7860
|
65 |
|
66 |
|
67 |
-
CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
|
68 |
|
69 |
-
|
70 |
|
71 |
|
72 |
|
|
|
64 |
EXPOSE 7860
|
65 |
|
66 |
|
67 |
+
# CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]
|
68 |
|
69 |
+
RUN python3.9 server.py
|
70 |
|
71 |
|
72 |
|