Gajendra5490 commited on
Commit
e9b946b
·
verified ·
1 Parent(s): 1f34866

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -12,6 +12,9 @@ RUN pip install fastapi uvicorn gradio_client
12
 
13
  RUN pip install python-multipart
14
 
 
 
 
15
  # Expose FastAPI default port
16
  EXPOSE 7860
17
 
 
12
 
13
  RUN pip install python-multipart
14
 
15
+ RUN pip install gradio
16
+
17
+
18
  # Expose FastAPI default port
19
  EXPOSE 7860
20