Henok21 commited on
Commit
fefa2d1
·
1 Parent(s): 9f53e1a

Remove Last Line

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -11,6 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirement.txt
11
  COPY . .
12
 
13
  #CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
14
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
15
-
16
- docker build -t huggingface-fastapi:latest .
 
11
  COPY . .
12
 
13
  #CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
14
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]