Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
|
@@ -10,12 +10,6 @@ COPY requirements.txt .
|
|
| 10 |
# Install Python dependencies
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 12 |
|
| 13 |
-
# Install additional required packages
|
| 14 |
-
RUN pip install crawl4ai nest-asyncio
|
| 15 |
-
|
| 16 |
-
# Install Playwright browsers
|
| 17 |
-
RUN playwright install
|
| 18 |
-
|
| 19 |
# Create the .crawl4ai directory with correct permissions
|
| 20 |
RUN mkdir /.crawl4ai && chmod 777 /.crawl4ai
|
| 21 |
|
|
|
|
| 10 |
# Install Python dependencies
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Create the .crawl4ai directory with correct permissions
|
| 14 |
RUN mkdir /.crawl4ai && chmod 777 /.crawl4ai
|
| 15 |
|