th0mascat commited on
Commit
77b80d5
·
verified ·
1 Parent(s): f055a54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -5,8 +5,6 @@ WORKDIR /
5
 
6
  COPY . .
7
 
8
- RUN pip install pipenv
9
-
10
- RUN pipenv install
11
 
12
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
5
 
6
  COPY . .
7
 
8
+ RUN pip install -r requirements.txt
 
 
9
 
10
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]