[update] docker
Browse files- Dockerfile +1 -1
- requirements.txt +0 -2
Dockerfile
CHANGED
|
@@ -32,7 +32,7 @@ WORKDIR /app
|
|
| 32 |
COPY --chown=user requirements.txt /app/
|
| 33 |
|
| 34 |
RUN pip install -r requirements.txt
|
| 35 |
-
|
| 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 gradio
|
| 36 |
|
| 37 |
RUN playwright install chromium
|
| 38 |
|
requirements.txt
CHANGED
|
@@ -150,8 +150,6 @@ google-generativeai==0.6.0
|
|
| 150 |
google-resumable-media==2.7.2
|
| 151 |
googleapis-common-protos==1.66.0
|
| 152 |
googlemaps==4.10.0
|
| 153 |
-
gradio==5.0.0
|
| 154 |
-
gradio_client
|
| 155 |
greenlet==3.1.1
|
| 156 |
groovy==0.1.2
|
| 157 |
grpcio==1.67.1
|
|
|
|
| 150 |
google-resumable-media==2.7.2
|
| 151 |
googleapis-common-protos==1.66.0
|
| 152 |
googlemaps==4.10.0
|
|
|
|
|
|
|
| 153 |
greenlet==3.1.1
|
| 154 |
groovy==0.1.2
|
| 155 |
grpcio==1.67.1
|