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