Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -22,6 +22,4 @@ RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
|
22 |
|
23 |
COPY . .
|
24 |
|
25 |
-
EXPOSE 7860
|
26 |
-
|
27 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
22 |
|
23 |
COPY . .
|
24 |
|
|
|
|
|
25 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|