Spaces:
Sleeping
Sleeping
Commit
·
1af8972
1
Parent(s):
8a81b9f
fix: Dockerfile2
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 29 |
|
| 30 |
# Install Playwright browsers
|
| 31 |
RUN playwright install
|
| 32 |
-
RUN playwright install firefox
|
| 33 |
|
| 34 |
COPY --chown=user . /app
|
| 35 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 29 |
|
| 30 |
# Install Playwright browsers
|
| 31 |
RUN playwright install
|
|
|
|
| 32 |
|
| 33 |
COPY --chown=user . /app
|
| 34 |
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|