pvanand commited on
Commit
1e9100c
·
verified ·
1 Parent(s): c8bbf26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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