asv7j commited on
Commit
a9a159b
·
verified ·
1 Parent(s): a9b69c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -5,5 +5,4 @@ WORKDIR /code
5
  RUN pip install fastapi requests uvicorn[standard]==0.17.*
6
 
7
  COPY . .
8
- RUN python pass.py
9
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
5
  RUN pip install fastapi requests uvicorn[standard]==0.17.*
6
 
7
  COPY . .
 
8
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]