Spaces:
Runtime error
Runtime error
youssefabdelmottaleb
commited on
Commit
•
a6f1a45
1
Parent(s):
3b1c540
DEL: youssefabdelmottaleb-Garbage-Classification.hf.space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|