xiaoh2018 commited on
Commit
16b2c23
·
verified ·
1 Parent(s): 280504c

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -10,9 +10,6 @@ COPY . /app
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
- # Install Playwright browsers
14
- RUN playwright install --with-deps
15
-
16
  # Make port 7860 available to the world outside this container
17
  EXPOSE 7860
18
 
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
 
 
 
13
  # Make port 7860 available to the world outside this container
14
  EXPOSE 7860
15