Spaces:
Sleeping
Sleeping
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
16 |
RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
|
17 |
|
18 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
19 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"
|
|
|
16 |
RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
|
17 |
|
18 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
19 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|