Spaces:
Sleeping
Sleeping
Commit ·
83d4065
1
Parent(s): 8e00762
Upload 10 files (#17)
Browse files- Upload 10 files (c0830a960cb3839a20b6c18fd01e74b578a7ee41)
Co-authored-by: Anmol Kesarwani <Spacexpedition@users.noreply.huggingface.co>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 8 |
|
| 9 |
EXPOSE 8000
|
| 10 |
|
| 11 |
-
CMD ["
|
|
|
|
| 8 |
|
| 9 |
EXPOSE 8000
|
| 10 |
|
| 11 |
+
CMD ["uvicorn", "env:app", "--host", "0.0.0.0", "--port", "8000"]
|