Dalleon commited on
Commit
a48af82
1 Parent(s): 24d30ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,8 +12,9 @@ RUN apt-get update && apt-get install -y \
12
  libnss3 \
13
  libasound2
14
 
15
- # Install Playwright
16
  RUN pip install playwright
 
17
 
18
  # Install browser dependencies
19
  RUN playwright install
 
12
  libnss3 \
13
  libasound2
14
 
15
+ # Install
16
  RUN pip install playwright
17
+ RUN pip install gradio
18
 
19
  # Install browser dependencies
20
  RUN playwright install