Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN pip install opencv-python-headless
|
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
# Expose the port
|
| 18 |
-
EXPOSE
|
| 19 |
|
| 20 |
# Run the command to start the development server
|
| 21 |
-
CMD ["uvicorn", "predict:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 15 |
COPY . .
|
| 16 |
|
| 17 |
# Expose the port
|
| 18 |
+
EXPOSE 7860
|
| 19 |
|
| 20 |
# Run the command to start the development server
|
| 21 |
+
CMD ["uvicorn", "predict:app", "--host", "0.0.0.0", "--port", "7860"]
|