Spaces:
Sleeping
Sleeping
Commit
·
95320f9
1
Parent(s):
29cde94
test2
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 25 |
|
| 26 |
RUN pip install playwright
|
| 27 |
RUN playwright install --with-deps
|
| 28 |
-
|
| 29 |
|
| 30 |
RUN useradd -m -u 1000 user
|
| 31 |
USER user
|
|
|
|
| 25 |
|
| 26 |
RUN pip install playwright
|
| 27 |
RUN playwright install --with-deps
|
| 28 |
+
RUN pip install --no-cache-dir "gradio[mcp]"
|
| 29 |
|
| 30 |
RUN useradd -m -u 1000 user
|
| 31 |
USER user
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio[mcp]
|
| 2 |
textblob
|
| 3 |
fastapi==0.104.1
|
| 4 |
uvicorn==0.24.0
|
|
|
|
| 1 |
+
#gradio[mcp]
|
| 2 |
textblob
|
| 3 |
fastapi==0.104.1
|
| 4 |
uvicorn==0.24.0
|