Spaces:
Runtime error
Runtime error
Commit
·
5fae410
1
Parent(s):
fa64f8c
fix: requirements
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ WORKDIR /app
|
|
| 29 |
|
| 30 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 31 |
# RUN pip install gradio[mcp] textblob
|
| 32 |
-
RUN pip install --no-cache-dir
|
| 33 |
|
| 34 |
# Install Playwright browsers
|
| 35 |
RUN playwright install
|
|
|
|
| 29 |
|
| 30 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 31 |
# RUN pip install gradio[mcp] textblob
|
| 32 |
+
RUN pip install --no-cache-dir -r requirements.txt
|
| 33 |
|
| 34 |
# Install Playwright browsers
|
| 35 |
RUN playwright install
|