Spaces:
Runtime error
Runtime error
Commit
·
bca8521
1
Parent(s):
65f1d1f
Updated run.sh and Dockerfile. small update.
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -44,7 +44,5 @@ ENV PYTHONDONTWRITEBYTECODE=1
|
|
44 |
ENV HOME=/app
|
45 |
ENV HUGGINGFACE_HOME=/app/.cache/huggingface
|
46 |
|
47 |
-
EXPOSE 7860
|
48 |
-
|
49 |
# Command to run the application
|
50 |
-
CMD ["uvicorn", "main.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
44 |
ENV HOME=/app
|
45 |
ENV HUGGINGFACE_HOME=/app/.cache/huggingface
|
46 |
|
|
|
|
|
47 |
# Command to run the application
|
48 |
+
CMD ["uvicorn", "main.main:app", "--host", "0.0.0.0", "--port", "8002"]
|