Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -37,8 +37,6 @@ WORKDIR /code
|
|
37 |
# Install remaining dependencies (if any)
|
38 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
39 |
|
40 |
-
# Expose the port
|
41 |
-
EXPOSE 7860
|
42 |
|
43 |
# Command to run your application
|
44 |
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
37 |
# Install remaining dependencies (if any)
|
38 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
39 |
|
|
|
|
|
40 |
|
41 |
# Command to run your application
|
42 |
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|