kltn20133118 commited on
Commit
71d14a7
·
verified ·
1 Parent(s): 23722de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
 
2
  # Base stage with system dependencies
3
- FROM python:3.10-slim
4
 
5
  # Thiết lập thư mục làm việc
6
  WORKDIR /code
 
1
 
2
  # Base stage with system dependencies
3
+ FROM mcr.microsoft.com/playwright:v1.46.0-noble
4
 
5
  # Thiết lập thư mục làm việc
6
  WORKDIR /code