KBjj commited on
Commit
52cd91e
·
1 Parent(s): 6a39cc1

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  RUN pip install uvicorn
10
 
 
 
11
  COPY . .
12
 
13
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
8
 
9
  RUN pip install uvicorn
10
 
11
+ RUN pip install gradio
12
+
13
  COPY . .
14
 
15
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]