Mqleet commited on
Commit
fb8bbf1
·
1 Parent(s): 4352edb

upd docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ WORKDIR /app
32
  COPY --chown=user requirements.txt /app/
33
 
34
  RUN pip install -r requirements.txt
35
- RUN pip install --upgrade gradio
36
 
37
  RUN playwright install chromium
38
 
 
32
  COPY --chown=user requirements.txt /app/
33
 
34
  RUN pip install -r requirements.txt
35
+ # RUN pip install --upgrade gradio
36
 
37
  RUN playwright install chromium
38