Dalleon commited on
Commit
5710608
1 Parent(s): a48af82

Update Dockerfile

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