Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ COPY requirements.txt .
|
|
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 |
|
|
|
10 |
# Install Python dependencies
|
11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
12 |
|
13 |
+
RUN playwright install
|
14 |
# Create the .crawl4ai directory with correct permissions
|
15 |
RUN mkdir /.crawl4ai && chmod 777 /.crawl4ai
|
16 |
|