parthmax24 commited on
Commit
d0d66b5
·
1 Parent(s): 9b08534

added port 7860 for hugging face

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Expose FastAPI default port
17
- EXPOSE 8000
18
 
19
 
20
  # Run FastAPI server
 
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Expose FastAPI default port
17
+ EXPOSE 7860
18
 
19
 
20
  # Run FastAPI server