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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ WORKDIR /
5
 
6
  COPY . .
7
 
 
 
8
  RUN pipenv install
9
 
10
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
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"]