delta commited on
Commit
4e95c77
·
1 Parent(s): fe8fd29

v6c: fix gradio version + python 3.12

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-slim
2
 
3
  WORKDIR /app
4
  COPY requirements.txt .
 
1
+ FROM python:3.12-slim
2
 
3
  WORKDIR /app
4
  COPY requirements.txt .
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- gradio==4.44.1
2
  websockets>=12.0
 
1
+ gradio>=5.0.0
2
  websockets>=12.0