Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip install diffusers transformers
|
|
8 |
|
9 |
RUN pip install fastapi uvicorn
|
10 |
|
11 |
-
CMD uvicorn app:app
|
|
|
8 |
|
9 |
RUN pip install fastapi uvicorn
|
10 |
|
11 |
+
CMD ["uvicorn", "app:app", "βhost", "0.0.0.0", "βport", "80"]
|