Mythus commited on
Commit
c7c9b7a
·
verified ·
1 Parent(s): 3d73776

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ADD . /app
9
  # Install any needed packages specified in requirements.txt
10
  RUN pip install fastapi uvicorn requests beautifulsoup4 lxml
11
  #EXPOSE the port, for now default is 8080 cause it's the only one really allowed by HuggingFace
12
- EXPOSE 8080
13
 
14
  # Run run.py when the container launches
15
  CMD ["uvicorn", "main:app", "--reload"]
 
9
  # Install any needed packages specified in requirements.txt
10
  RUN pip install fastapi uvicorn requests beautifulsoup4 lxml
11
  #EXPOSE the port, for now default is 8080 cause it's the only one really allowed by HuggingFace
12
+ EXPOSE 8000
13
 
14
  # Run run.py when the container launches
15
  CMD ["uvicorn", "main:app", "--reload"]